Jack: change free to jack_free

Reported by Graham Goode. Fixes crashes on the Windows platform.
This commit is contained in:
David Henningsson 2011-08-24 09:25:43 +00:00
parent bb72c170ad
commit 904ebbe91b

View file

@ -433,7 +433,7 @@ new_fluid_jack_audio_driver2(fluid_settings_t* settings, fluid_audio_func_t func
} }
} }
free (jack_ports); /* free jack ports array (not the port values!) */ jack_free (jack_ports); /* free jack ports array (not the port values!) */
} else { } else {
FLUID_LOG(FLUID_WARN, "Could not connect to any physical jack ports; fluidsynth is unconnected"); FLUID_LOG(FLUID_WARN, "Could not connect to any physical jack ports; fluidsynth is unconnected");
} }