You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avfilter/af_superequalizer: stop leaking s->out frame
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
		| @@ -302,6 +302,7 @@ static av_cold void uninit(AVFilterContext *ctx) | ||||
| { | ||||
|     SuperEqualizerContext *s = ctx->priv; | ||||
|  | ||||
|     av_frame_free(&s->out); | ||||
|     av_freep(&s->irest); | ||||
|     av_freep(&s->ires); | ||||
|     av_freep(&s->fsamples); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user