8 Nov
2023
8 Nov
'23
12:18 p.m.
Rémi Bernon (@rbernon) commented about dlls/dmsynth/synth.c:
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? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4339#note_51477