mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-09 14:17:10 +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