]> granicus.if.org Git - libvpx/commit
mem leak fix for cpi->tplist
authorJames Berry <jamesberry@google.com>
Mon, 14 Feb 2011 19:02:52 +0000 (14:02 -0500)
committerJames Berry <jamesberry@google.com>
Mon, 14 Feb 2011 19:02:52 +0000 (14:02 -0500)
commitd3dfcde0f7e499113ae7cdbb85c9b6306b2d7e24
tree5d517b6bab6e83f7297aad50a2fed0857fbafcf8
parent0ff10bb1f7ece4300350243c5d01da2eb1d198b6
mem leak fix for cpi->tplist

checks added to make sure that cpi->tplist
is freed correctly in vp8_dealloc_compressor_data
and vp8_alloc_compressor_data.

Change-Id: I66149dbbd25c958800ad94f4379d723191d9680d
vp8/encoder/onyx_if.c