celtera / libremidi

A modern C++ MIDI 1 / MIDI 2 real-time & file I/O library. Supports Windows, macOS, Linux and WebMIDI.
Other
456 stars 51 forks source link

[c] libremidi_midi_out_port_free() should reinterpret to output_port*. #117

Closed atsushieno closed 2 months ago

jcelerier commented 2 months ago

Wops, that'll teach me to blindly copy-paste :) thanks for catching this. It's strange that it didn't get caught by ASAN..