fix: memory leaks in tests

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2023-07-03 20:04:24 -07:00
parent c5705705d5
commit 3c96d5e0d5
3 changed files with 28 additions and 13 deletions

View File

@ -80,6 +80,7 @@ class BigConcurrentTaskThread : public QThread {
QCoreApplication::processEvents();
emit finished();
delete[] sub_tasks;
}
public: