lavf/tee: fix leak of bsfs array.

pull/39/head
Nicolas George 12 years ago
parent 5a12142aca
commit c4e6024adc
  1. 1
      libavformat/tee.c

@ -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;

Loading…
Cancel
Save