David Faure | 9 Feb 10:59
Picon
Favicon
Gravatar

kdesupport/akonadi/server/src/search

SVN commit 1087524 by dfaure:

Fix the dbus connection leak (every time I switched mails in kmail, a new dbus connection would be made and
would stay).

Sorry for suspecting r1084698, it was not guilty.
The bug -was- related to nepomuk, but wasn't -in- nepomuk :-)

CCMAIL: sebastian@..., release-team@..., thiago@...

 M  +1 -0      queryserviceclient.cpp  

--- trunk/kdesupport/akonadi/server/src/search/queryserviceclient.cpp #1087523:1087524
@@ -143,6 +143,7 @@

 Nepomuk::Search::QueryServiceClient::~QueryServiceClient()
 {
+    delete d->queryServiceInterface;
     close();
     delete d;
 }

Gmane