mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 22:23:54 +01:00 
			
		
		
		
	Portmixer: px_win_endpoing.c: fix potential memory leak
This commit is contained in:
		| @@ -226,6 +226,10 @@ int open_ep_mixers(px_mixer *Px, UINT deviceIn, UINT deviceOut) | ||||
|       } | ||||
|    } | ||||
|  | ||||
|    if (denum) { | ||||
|       IUnknown_Release(denum); | ||||
|    } | ||||
|  | ||||
|    return TRUE; | ||||
|  | ||||
| fail: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user