Commit 16c94d64 authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed #2053

parent 6e1ea0af
......@@ -655,7 +655,7 @@ public:
DeleteCriticalSection(&critSection);
CloseHandle(hEvent);
if(bufferSetup){
delete pixels;
delete[] pixels;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment