You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
libmpcodecs/vf_pp: import memleak fix from MPlayer.
This commit is contained in:
@@ -79,6 +79,7 @@ static void uninit(struct vf_instance *vf){
|
||||
pp_free_mode(vf->priv->ppMode[i]);
|
||||
}
|
||||
if(vf->priv->context) pp_free_context(vf->priv->context);
|
||||
free(vf->priv);
|
||||
}
|
||||
|
||||
static int query_format(struct vf_instance *vf, unsigned int fmt){
|
||||
|
Reference in New Issue
Block a user