fix corrupt frame leak
authorJames Zern <jzern@google.com>
Tue, 14 Jun 2011 00:29:49 +0000 (17:29 -0700)
committerJames Zern <jzern@google.com>
Tue, 14 Jun 2011 00:32:19 +0000 (17:32 -0700)
commit532c30c83e429f67eb33b488c0dac38de76adbeb
tree05f2fe7ee072ffbc13e22b8b2b2b34b313466c10
parente71a01064626ae4549019fee73a4518aff75ef6c
fix corrupt frame leak

If setup_token_decoder reported an internal error the memory allocated
there would not be freed in the resulting call to _remove_decompressor.

Change-Id: Ib459de222d76b1910d6f449cdcd01663447dbdf6
vp8/decoder/decodframe.c
vp8/decoder/onyxd_if.c