1
0
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:
mchinen 2011-03-02 16:43:30 +00:00
parent 8d4fb73452
commit fead781eb2

View File

@ -226,6 +226,10 @@ int open_ep_mixers(px_mixer *Px, UINT deviceIn, UINT deviceOut)
}
}
if (denum) {
IUnknown_Release(denum);
}
return TRUE;
fail: