Browse Source

vf_mp: Fix large memleak.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.8
Michael Niedermayer 14 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 View File

@@ -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 = {


Loading…
Cancel
Save