Commit af7d13ee authored by Anton Khirnov's avatar Anton Khirnov

asink_nullsink: plug a memory leak.

parent 2e89aeed
......@@ -22,6 +22,7 @@
static int null_filter_samples(AVFilterLink *link, AVFilterBufferRef *samplesref)
{
avfilter_unref_bufferp(&samplesref);
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment