mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 23:59:37 +02:00
Portmixer: px_win_endpoing.c: fix potential memory leak
This commit is contained in:
parent
8d4fb73452
commit
fead781eb2
@ -226,6 +226,10 @@ int open_ep_mixers(px_mixer *Px, UINT deviceIn, UINT deviceOut)
|
||||
}
|
||||
}
|
||||
|
||||
if (denum) {
|
||||
IUnknown_Release(denum);
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
||||
fail:
|
||||
|
Loading…
x
Reference in New Issue
Block a user