Mercurial > mplayer.hg
changeset 34695:f7cef684f2a0
vf_pp: free private structure.
author | cigaes |
---|---|
date | Sat, 03 Mar 2012 13:44:46 +0000 |
parents | daa5747a88bb |
children | f2c90c9dd61c |
files | libmpcodecs/vf_pp.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_pp.c Sat Mar 03 11:07:04 2012 +0000 +++ b/libmpcodecs/vf_pp.c Sat Mar 03 13:44:46 2012 +0000 @@ -80,6 +80,7 @@ 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){