pngdec: match g_malloc() with g_free()
authorJohn Keeping <john.keeping at lineone.net>
Mon, 25 May 2009 14:33:35 +0000 (16:33 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 25 May 2009 14:33:35 +0000 (16:33 +0200)
commit32491d5a515529af6f6d9a9646430bdbdf2a2267
tree746877317ae839e6d3bc7cb8f192bafc82abb707
parente13e3c624924745b1ff75a84f5e4016ce1dca0db
pngdec: match g_malloc() with g_free()

Matching g_malloc() with a g_free() is important when a custom allocator is
installed.
Fixes #583803
ext/libpng/gstpngdec.c