Browse Source

vf_mp: Fix large memleak.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Michael Niedermayer 13 years ago
parent
commit
9e2f448d68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libavfilter/vf_mp.c

+ 1 - 1
libavfilter/vf_mp.c

@@ -882,7 +882,7 @@ static void end_frame(AVFilterLink *inlink)
     }
     free_mp_image(mpi);
 
-//    avfilter_unref_buffer(inpic);
+    avfilter_unref_buffer(inpic);
 }
 
 AVFilter avfilter_vf_mp = {