Changeset 25c3737 in buchla-emu for emu/mid.c


Ignore:
Timestamp:
02/25/2018 04:45:59 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
5e2fc8b
Parents:
2cd18e3
Message:

Updated Valgrind suppressions. Fixed minor memory leak.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/mid.c

    r2cd18e3 r25c3737  
    195195
    196196        inf("using MIDI port %u (%s)", mid_port, name);
     197        free((char *)name);
    197198
    198199        rtmidi_in_set_callback(mid_in, callback, mid_in->data);
Note: See TracChangeset for help on using the changeset viewer.