[MPlayer-dev-eng] [PATCH] vf_pp: free private structure.

Nicolas George nicolas.george at normalesup.org
Sat Mar 3 13:43:02 CET 2012


---
 libmpcodecs/vf_pp.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libmpcodecs/vf_pp.c b/libmpcodecs/vf_pp.c
index 1a5aa47..a26b280 100644
--- a/libmpcodecs/vf_pp.c
+++ b/libmpcodecs/vf_pp.c
@@ -80,6 +80,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){
-- 
1.7.9.1



More information about the MPlayer-dev-eng mailing list