[Digikam-devel] [Bug 243692] Digikam uses all memory with thumbnails
Marcel Wiesweg
marcel.wiesweg at gmx.de
Wed Jul 28 19:13:56 BST 2010
https://bugs.kde.org/show_bug.cgi?id=243692
Marcel Wiesweg <marcel.wiesweg at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #5 from Marcel Wiesweg <marcel wiesweg gmx de> 2010-07-28 20:13:45 ---
SVN commit 1156220 by mwiesweg:
Fix giant memory leak:
For pixmap generation, results are stored in a list and harvested in the main
thread,
in a slot called by an interthread signal. As an optimization, for the
thumbnail
pregeneration thread, pixmap creation was switched off.
Now these two facts interacted: Switching off pixmap creation was implemented
by
disconnecting the inter-thread signal, and all the thumbnail QImages were never
harvested
until application shutdown.
BUG: 243692
M +9 -7 thumbnailloadthread.cpp
M +1 -0 thumbnailloadthread.h
WebSVN link: http://websvn.kde.org/?view=rev&revision=1156220
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list