Fix memory leak in vpx_codec_enc_config_set()
authorJohn Koleszar <jkoleszar@google.com>
Wed, 23 May 2012 19:03:39 +0000 (12:03 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 23 May 2012 19:59:40 +0000 (12:59 -0700)
commitcf0970157dd7be238a8e7cc4917b22b3834ebd56
tree176c42ea0003dde71480c7d78b9d4b48f2de4304
parent297dc90255cf9511bea26c1056aa5e118dae9028
Fix memory leak in vpx_codec_enc_config_set()

Resolution changes in calls to vpx_codec_enc_config_set() would cause
a memory leak due to failing to release the lookahead and alt ref
buffers.

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