Skip to content
Snippets Groups Projects
Commit af7d13ee authored by Anton Khirnov's avatar Anton Khirnov
Browse files

asink_nullsink: plug a memory leak.

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