]> granicus.if.org Git - libvpx/commit
vp9/encoder: fix last_frame_seg_map mem leak
authorJames Zern <jzern@google.com>
Thu, 22 Aug 2013 21:13:04 +0000 (14:13 -0700)
committerJames Zern <jzern@google.com>
Thu, 22 Aug 2013 21:13:04 +0000 (14:13 -0700)
commita5726ac453274e849a3efb922cdf66bfd14218fc
tree9ce17eeeb2cbf766309c40c493240125b6b1d0c4
parent8adc20ce35f273030cbaa989430874361329ed7f
vp9/encoder: fix last_frame_seg_map mem leak

remove duplicate allocation from vp9_create_compressor, it was added to
vp9_alloc_frame_buffers in:

d5bec52 Added resizing & initialization of last frame segment map

Change-Id: I996723226a16a62aff8f9a52ac74e0b73cc98fdf
vp9/encoder/vp9_onyx_if.c