Fix many memory leaks.
This commit is contained in:
@ -41,6 +41,7 @@ public:
|
||||
{
|
||||
return CacheDownloadPtr(new CacheDownload(url, entry));
|
||||
}
|
||||
virtual ~CacheDownload(){};
|
||||
QString getTargetFilepath()
|
||||
{
|
||||
return m_target_path;
|
||||
|
Reference in New Issue
Block a user