HomePhorge

backport fix crash: 1. m_blockRange is a smart-range that highlights the…
695f22a638d2Unpublished

Tags
None
Referenced Files
F5: profile-photo.jpg
Apr 14 2015, 7:04 PM
Subscribers
None

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

backport fix crash: 1. m_blockRange is a smart-range that highlights the block for the given codefolding region 2. when the mouse is over the code folding border, m_blockRange is a valid smart range 3. F5 reloads the document, which deletes the smart range 4. now m_blockRange is a dangling pointer 5. moving the mouse deletes this dangling pointer -> crash

CCBUG: 160527

svn path=/branches/KDE/4.0/kdelibs/; revision=794895

Event Timeline

Dominik Haumann <dhaumann@kde.org> committed rKL695f22a638d2: backport fix crash: 1. m_blockRange is a smart-range that highlights the… (authored by Dominik Haumann <dhaumann@kde.org>).Apr 8 2008, 10:21 PM