Memory leaks in exporting MIDI

• Feb 17, 2020 - 10:41
Reported version
3.4
Priority
P3 - Low
Type
Functional
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
active
Regression
No
Workaround
No
Project

During export to MIDI memory is allocated but isn't released resulting in (small) memory leaks (exportmidi.cpp). It is mainly related to creating data for a MidiEvent which is never released.


Comments