1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 16:09:28 +02:00

Fix for crash in Ladspa effect as reported here:

http://audacity.238276.n2.nabble.com/Still-got-crash-with-RTP-effects-tt7566031.html
This commit is contained in:
lllucius@gmail.com 2014-12-14 23:17:51 +00:00
parent 7fd0f4e8bc
commit f09319624b

View File

@ -1429,7 +1429,7 @@ void LadspaEffect::ShowOptions()
if (dlg.ShowModal())
{
// Reinitialize configuration settings
SetHost(mHost);
mHost->GetSharedConfig(wxT("Settings"), wxT("UseLatency"), mUseLatency, true);
}
}