You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avfilter/vf_morpho: fix leak by not returning too early
This commit is contained in:
		| @@ -892,7 +892,7 @@ copy: | ||||
|                 break; | ||||
|             ret = erode(&s->h[p], &s->f[p], &s->SE[p], &s->Ty[1][p]); | ||||
|             if (ret < 0) | ||||
|                 return ret; | ||||
|                 break; | ||||
|             difference(&s->g[p], &s->h[p]); | ||||
|             break; | ||||
|         case TOPHAT: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user