asink_nullsink: plug a memory leak.
This commit is contained in:
parent
2e89aeed65
commit
af7d13ee4a
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
static int null_filter_samples(AVFilterLink *link, AVFilterBufferRef *samplesref)
|
||||
{
|
||||
avfilter_unref_bufferp(&samplesref);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue