You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	ffserver: fixed deallocation bug in build_feed_streams
Signed-off-by: Gregor Riepl <onitake@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
		
				
					committed by
					
						 Michael Niedermayer
						Michael Niedermayer
					
				
			
			
				
	
			
			
			
						parent
						
							7f5c6ea511
						
					
				
				
					commit
					d970f7ba31
				
			| @@ -3863,6 +3863,8 @@ drop: | ||||
|             if (avformat_write_header(s, NULL) < 0) { | ||||
|                 http_log("Container doesn't support the required parameters\n"); | ||||
|                 avio_closep(&s->pb); | ||||
|                 s->streams = NULL; | ||||
|                 s->nb_streams = 0; | ||||
|                 avformat_free_context(s); | ||||
|                 goto bail; | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user