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: [email protected], [email protected], [email protected] 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; } _______________________________________________ release-team mailing list [email protected] https://mail.kde.org/mailman/listinfo/release-team
