we need to release with the proper function in faudio

This commit is contained in:
ZachBacon 2018-12-25 16:07:12 -05:00
parent 0bfbcfa332
commit 14815135bc
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ bool GetFADevices(wxArrayString& names, wxArrayString& ids)
}
GetFADevices(fa, &names, &ids, NULL);
fa->Release();
//fa->Release();
FAudio_Release(fa);
return true;
}