/[svn]/linuxsampler/trunk/src/drivers/midi/MidiInputDeviceMme.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/midi/MidiInputDeviceMme.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2428 by schoenebeck, Sat Mar 2 13:54:22 2013 UTC revision 2451 by persson, Thu May 9 09:18:56 2013 UTC
# Line 151  void CALLBACK MidiInputDeviceMme::MidiIn Line 151  void CALLBACK MidiInputDeviceMme::MidiIn
151      }      }
152    
153      MidiInputDeviceMme::MidiInputPortMme::~MidiInputPortMme() {      MidiInputDeviceMme::MidiInputPortMme::~MidiInputPortMme() {
154            CloseMmeMidiPort();
155          delete[] TmpSysExBuf;          delete[] TmpSysExBuf;
156          delete[] SysExBuf;          delete[] SysExBuf;
157      }      }

Legend:
Removed from v.2428  
changed lines
  Added in v.2451

  ViewVC Help
Powered by ViewVC