mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 17:09:26 +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;
|
return TRUE;
|
||||||
|
|
||||||
fail:
|
fail:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user