On 08/20/2011 12:37 PM, Graham Goode wrote:
Hi,

I am pleased to report that I have a successful compile and a working
fluidsynth library using Jack for Windows 1.9.8 with Fluidsynth 1.1.4.

One critical change was needed in fluid_jack.c, I replaced

  free (jack_ports);  /* free jack ports array (not the port values!) */

with :

    jack_free (jack_ports);  /* free jack ports array (not the port values!) */

Fixed in r432. Thanks!

// David


_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to