asink_nullsink: plug a memory leak.

pull/8/head
Anton Khirnov 12 years ago
parent 2e89aeed65
commit af7d13ee4a
  1. 1
      libavfilter/asink_anullsink.c

@ -22,6 +22,7 @@
static int null_filter_samples(AVFilterLink *link, AVFilterBufferRef *samplesref)
{
avfilter_unref_bufferp(&samplesref);
return 0;
}

Loading…
Cancel
Save