we need to release with the proper function in faudio
This commit is contained in:
parent
0bfbcfa332
commit
14815135bc
|
@ -67,7 +67,8 @@ bool GetFADevices(wxArrayString& names, wxArrayString& ids)
|
|||
}
|
||||
|
||||
GetFADevices(fa, &names, &ids, NULL);
|
||||
fa->Release();
|
||||
//fa->Release();
|
||||
FAudio_Release(fa);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue