Re: windowscodecs: Fix interlaced PNG writing.
June 20, 2014
3:29 p.m.
Am 20.06.2014 22:15, schrieb Vincent Povirk:
+ row_pointers = HeapAlloc(GetProcessHeap(), 0, This->height * sizeof(png_byte*)); + if (!row_pointers) + { + LeaveCriticalSection(&This->lock); + return E_OUTOFMEMORY; + }
There should be a corresponding HeapFree( ... ) to release row_pointers again.
4297
Age (days ago)
4297
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sebastian Lackner