Aug. 21, 2020
12:44 p.m.
+ if (This->pixel_data) HeapFree(GetProcessHeap(), 0, This->pixel_data); It's not necessary to check pointers before calling HeapFree.