OSDN Git Service

vc1: fix up memleaks in the error codepath.
authorRonald S. Bultje <rsbultje@gmail.com>
Tue, 1 Mar 2011 16:37:55 +0000 (11:37 -0500)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 21 Mar 2011 13:51:16 +0000 (09:51 -0400)
commitb81a935bd99c2664b07f717113e71d1aa32be991
treec9027a7c8cb3c3a564998c4b6829078e43f629fd
parent72452cc475544b6e294676abd3fa5e0518f81841
vc1: fix up memleaks in the error codepath.

Introduce end: and err: labels at the end of vc1_decode_frame(), which
will clean up allocated memory consistently.
libavcodec/vc1dec.c