On Tue, Sep 17, 2013 at 9:53 AM, hermann meyer wrote:
> I could nail this one down to
>
> static void
> cleanup(LV2_Handle instance)
> {
>
> free(plugin->ports);
> free(plugin->portvals);
> }
Thanks. There's already a bug report at
http://code.google.com/p/faust-lv2/issues/detail?id=4 which
Am 15.09.2013 22:02, schrieb Harry van Haaren:
> Hey All,
>
> I've built OpenAV's Sorcer synth using FAUST, and FAUST-LV2. The
> plugin runs fine here in jalv: on a 64bit machine. The same code
> crashes on a "glibc corrupted double linked list detected" when
> generated / compiled / ran on 32b