kdesupport/akonadi/server/src/search
David Faure
faure at kde.org
Tue Feb 9 10:59:20 CET 2010
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 at trueg.de, release-team at kde.org, thiago at kde.org
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;
}
More information about the release-team
mailing list