mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 08:12:44 +00:00
In ogg muxer, free dyn allocated buffer, fix memleak
Originally committed as revision 24276 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
819b2dd2b1
commit
5c32755570
@ -105,6 +105,7 @@ static int ogg_write_page(AVFormatContext *s, OGGPage *page, int extra_flags)
|
|||||||
|
|
||||||
put_buffer(s->pb, buf, size);
|
put_buffer(s->pb, buf, size);
|
||||||
put_flush_packet(s->pb);
|
put_flush_packet(s->pb);
|
||||||
|
av_free(buf);
|
||||||
oggstream->page_count--;
|
oggstream->page_count--;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user