Fixed #2053
This commit is contained in:
parent
6e1ea0af71
commit
16c94d643f
@ -655,7 +655,7 @@ public:
|
|||||||
DeleteCriticalSection(&critSection);
|
DeleteCriticalSection(&critSection);
|
||||||
CloseHandle(hEvent);
|
CloseHandle(hEvent);
|
||||||
if(bufferSetup){
|
if(bufferSetup){
|
||||||
delete pixels;
|
delete[] pixels;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user