Skip to content
Snippets Groups Projects
Commit aa5dbb14 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

port 143e9e88070962d7c08bece3705eff2bd844745b from Pd-l2ork: potentially fixed...

port 143e9e88070962d7c08bece3705eff2bd844745b from Pd-l2ork: potentially fixed fluid~ segfault when turning on DAC
parent 381326d6
No related branches found
No related tags found
No related merge requests found
...@@ -291,8 +291,8 @@ void fluid::fluid_init(int argc, t_atom *argv) ...@@ -291,8 +291,8 @@ void fluid::fluid_init(int argc, t_atom *argv)
fluid_load(argc, argv); fluid_load(argc, argv);
if (settings != NULL ) //if (settings != NULL )
delete_fluid_settings(settings); // delete_fluid_settings(settings);
// We're done constructing: // We're done constructing:
if (synth) if (synth)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment