mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-22 14:11:41 +01:00
Fix linux debug complaints of missing thread shut-down...
... caused by commit b47bcb548e
This commit is contained in:
@@ -943,6 +943,11 @@ void InitAudioIO()
|
||||
gPrefs->Flush();
|
||||
}
|
||||
|
||||
void DeinitAudioIO()
|
||||
{
|
||||
ugAudioIO.reset();
|
||||
}
|
||||
|
||||
wxString DeviceName(const PaDeviceInfo* info)
|
||||
{
|
||||
wxString infoName = wxSafeConvertMB2WX(info->name);
|
||||
|
||||
Reference in New Issue
Block a user