RE: Re: Re: Memory leak in the window "Check for modifications"
From: André Ziegler <MagicAndre1981_at_live.com>
Date: Thu, 15 Jan 2015 04:32:28 -0800 (PST)
ok, I can see it, too on a solution with a lot of loal modifications.
The usage comes from TortoiseProc.exe!CSVNStatusListCtrl::GetStatus/libsvn_tsvn.dll!svn_client_status5 which opens a DB (libsvn_tsvn.dll!svn_sqlite__open).
The freeing of the allocated memory happen only at app close (TortoiseProc.exe!CTortoiseProcApp::~CTortoiseProcApp) so at runtime the memory usage grows a lot.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.