mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
asink_nullsink: plug a memory leak.
This commit is contained in:
parent
2e89aeed65
commit
af7d13ee4a
@ -22,6 +22,7 @@
|
||||
|
||||
static int null_filter_samples(AVFilterLink *link, AVFilterBufferRef *samplesref)
|
||||
{
|
||||
avfilter_unref_bufferp(&samplesref);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user