OSDN Git Service

cmdutils: use sws_freeContext() instead of av_freep().
authorRonald S. Bultje <rsbultje@gmail.com>
Fri, 27 May 2011 15:57:39 +0000 (11:57 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Fri, 27 May 2011 17:22:28 +0000 (13:22 -0400)
commitfaf8d3ddfa105d7f107a886c5f3cadf6357d89b6
treede6a9a0dcaf183e9013c8837f11fe4268cd6e696
parent389e2000ebc299b9da24f7e5faf9a68a88f9ee7c
cmdutils: use sws_freeContext() instead of av_freep().

av_freep(swsContext) will leak all memory potentially
allocated within the swsContext.
cmdutils.c