]> granicus.if.org Git - libvpx/commit
Fixed memory leak with svc_test.cc
authorIvan Maltz <ivanmaltz@google.com>
Mon, 11 Nov 2013 21:55:34 +0000 (13:55 -0800)
committerIvan Maltz <ivanmaltz@google.com>
Mon, 11 Nov 2013 23:20:26 +0000 (15:20 -0800)
commitd2c8cb70bd9e87a7540eaa5c0a6d3577e8fcc23c
tree3383d4027ba8b4560f34b8993a75cf046a501974
parentec8128e27f47888e6a5c33ee089baca17a33d57e
Fixed memory leak with svc_test.cc

was not calling vpx_codec_destroy and delete(decoder_) in TearDown

Change-Id: Iff4fd24a260223d224b3ea3287cdf0227405492f
test/svc_test.cc