mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Fix memory leaks
This commit is contained in:
@ -63,6 +63,8 @@ void FolderContentControllerV2::serviceContent(const int &library, const qulongl
|
||||
}
|
||||
}
|
||||
|
||||
qDeleteAll(folderContent);
|
||||
|
||||
QJsonDocument output(items);
|
||||
|
||||
response.write(output.toJson(QJsonDocument::Compact));
|
||||
|
Reference in New Issue
Block a user