Skip to content
Snippets Groups Projects
Commit ac4253ab authored by Sergey Linev's avatar Sergey Linev
Browse files

Fix memory leak when using TASImage::GetImageBuffer

Allocated memory should be cleanup with `free` function.
In all three places where it was used it was wrong.
Either `delete` or `delete []` or just do nothing.
parent 8d55dc55
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment