mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
fix: memory leaks in tests
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
@ -80,6 +80,7 @@ class BigConcurrentTaskThread : public QThread {
|
||||
QCoreApplication::processEvents();
|
||||
|
||||
emit finished();
|
||||
delete[] sub_tasks;
|
||||
}
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user