[Digikam-devel] [Bug 132081] Critical: ShowFoto silently aborts saving image when closed
Marcel Wiesweg
marcel.wiesweg at gmx.de
Tue Aug 8 22:57:09 BST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=132081
------- Additional Comments From marcel.wiesweg gmx de 2006-08-08 23:57 -------
SVN commit 571245 by mwiesweg:
First part of a fix: Properly delete thread.
CCBUG: 132081
M +1 -0 dimginterface.cpp
--- trunk/extragear/graphics/digikam/utilities/imageeditor/canvas/dimginterface.cpp #571244:571245
@ -167,6 +167,7 @
DImgInterface::~DImgInterface()
{
delete d->undoMan;
+ delete d->thread;
delete d;
m_instance = 0;
}
More information about the Digikam-devel
mailing list