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

Fixed #2053

parent 6e1ea0af
...@@ -655,7 +655,7 @@ public: ...@@ -655,7 +655,7 @@ public:
DeleteCriticalSection(&critSection); DeleteCriticalSection(&critSection);
CloseHandle(hEvent); CloseHandle(hEvent);
if(bufferSetup){ 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