diff --git a/src/wx/faudio.cpp b/src/wx/faudio.cpp index 56482fe9..797c2885 100644 --- a/src/wx/faudio.cpp +++ b/src/wx/faudio.cpp @@ -67,7 +67,8 @@ bool GetFADevices(wxArrayString& names, wxArrayString& ids) } GetFADevices(fa, &names, &ids, NULL); - fa->Release(); + //fa->Release(); + FAudio_Release(fa); return true; }