libmpcodecs/vf_pp: import memleak fix from MPlayer.
This commit is contained in:
parent
7f06ca6e2b
commit
14aa1ba802
1 changed files with 1 additions and 0 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue