[Digikam-devel] memory leak...

Matthias Welwarsky matze at welwarsky.de
Fri May 15 09:08:16 BST 2009


On Friday 15 May 2009 09:43:34 Andi Clemens wrote:
>
> The scanTAlbums, scanDAlbums() etc part in your report annoys me since a
> few months now. I really don't see what is wrong here. But it constantly
> tells me that.

DatabaseUrl is a KUrl, databaseurl.cpp line 118 is 

url.setProtocol("digikamdates");

setProtocol is not reimplemented, so it could be inside KUrl or even inside 
QString. Another place to look is what happens with the DatabaseUrl object 
after it's returned to the caller. But if the whole object was lost, we'd see 
a loss record for it as well.






More information about the Digikam-devel mailing list