Skip to content

Commit

Permalink
we need to release with the proper function in faudio
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachBacon committed Dec 25, 2018
1 parent 0bfbcfa commit 1481513
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wx/faudio.cpp
Expand Up @@ -67,7 +67,8 @@ bool GetFADevices(wxArrayString& names, wxArrayString& ids)
}

GetFADevices(fa, &names, &ids, NULL);
fa->Release();
//fa->Release();
FAudio_Release(fa);
return true;
}

Expand Down

0 comments on commit 1481513

Please sign in to comment.