cmdutils: use sws_freeContext() instead of av_freep().
av_freep(swsContext) will leak all memory potentially allocated within the swsContext.
Showing
Please
register
or
sign in
to comment
av_freep(swsContext) will leak all memory potentially allocated within the swsContext.