You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	lavf/tee: fix leak of bsfs array.
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user