[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/graphics/digikam/libs
From:       Andi Clemens <andi.clemens () gmx ! net>
Date:       2010-12-12 17:57:09
Message-ID: 20101212175709.4A4A4AC8AA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1205825 by aclemens:

fix memory leaks

 M  +1 -1      database/databaseurl.cpp  
 M  +4 -0      imageproperties/worldmapwidget.cpp  


--- trunk/extragear/graphics/digikam/libs/database/databaseurl.cpp #1205824:1205825
@@ -105,7 +105,7 @@
 
     for (QList<int>::const_iterator it = tagIds.constBegin(); it != tagIds.constEnd(); ++it)
     {
-        url.addPath('/' + QString::number(*it));
+        url.addPath(QChar('/') + QString::number(*it));
     }
 
     url.setParameters(parameters);
--- trunk/extragear/graphics/digikam/libs/imageproperties/worldmapwidget.cpp #1205824:1205825
@@ -211,6 +211,10 @@
 
 WorldMapWidget::~WorldMapWidget()
 {
+#ifdef HAVE_MARBLEWIDGET
+    delete d->thumbnailLoadThread;
+#endif
+
     delete d;
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic