lavf/tee: fix leak of bsfs array.

This commit is contained in:
Nicolas George 2013-10-21 17:02:17 +02:00
parent 5a12142aca
commit c4e6024adc
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ static void close_slaves(AVFormatContext *avf)
}
}
av_freep(&tee->slaves[i].stream_map);
av_freep(&tee->slaves[i].bsfs);
avio_close(avf2->pb);
avf2->pb = NULL;