mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2024-11-24 12:05:47 +01:00
Fix memory leak
This commit is contained in:
parent
7b69c38da5
commit
ba8ac8e292
@ -65,6 +65,8 @@ ThreadGroup::ThreadGroup( int numThreads, const ImageFile &image, CompressionFun
|
||||
|
||||
ThreadGroup::~ThreadGroup() {
|
||||
delete m_Barrier;
|
||||
delete m_FinishMutex;
|
||||
delete m_FinishCV;
|
||||
}
|
||||
|
||||
unsigned int ThreadGroup::GetCompressedBlockSize() {
|
||||
|
Loading…
Reference in New Issue
Block a user