1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 08:29:27 +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()) if (dlg.ShowModal())
{ {
// Reinitialize configuration settings // Reinitialize configuration settings
SetHost(mHost); mHost->GetSharedConfig(wxT("Settings"), wxT("UseLatency"), mUseLatency, true);
} }
} }