Fix many memory leaks.
This commit is contained in:
parent
e1e1d99102
commit
fbc29b6a06
35 changed files with 139 additions and 103 deletions
|
@ -41,6 +41,7 @@ public:
|
|||
{
|
||||
return CacheDownloadPtr(new CacheDownload(url, entry));
|
||||
}
|
||||
virtual ~CacheDownload(){};
|
||||
QString getTargetFilepath()
|
||||
{
|
||||
return m_target_path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue