avifil32: Don't leak the buffer on HeapReAlloc() failure in AVIFILE_AddFrame().
authorHenri Verbeet <hverbeet@codeweavers.com>
Tue, 5 Jan 2010 20:29:02 +0000 (21:29 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 6 Jan 2010 08:53:17 +0000 (09:53 +0100)
commit7ab71039465505db5d68b830da1648f87e7bdb88
treee5cebb1c2b1cc20788ee2c4f13851bc5b33cb986
parent63aa5418c1bec4992f75c984c54a8bee23b92fec
avifil32: Don't leak the buffer on HeapReAlloc() failure in AVIFILE_AddFrame().

Perhaps the code should also just double the buffer. I can send another patch
for that if needed.
dlls/avifil32/avifile.c