j
k
j a
j l
Rémi Bernon (@rbernon) commented about dlls/dmsynth/synth.c:
free(event); } LIST_FOR_EACH_ENTRY_SAFE(voice, next, &This->voices, struct voice, entry)
free(event); }
LIST_FOR_EACH_ENTRY_SAFE(voice, next, &This->voices, struct voice, entry)
That cleanup should probably go in `Close`, after the synth is destroyed?
Back to the thread
Back to the list