[Summary] Fixed windows version of tracks

[Details] The fault was: Set on/off button pointer to 0 in midi device control and used this ptr after that. 

[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 465353]
This commit is contained in:
Grygorii Zharun 2014-06-03 06:11:32 -05:00 committed by Paul Davis
parent dd57c66ccb
commit c654978943
2 changed files with 1 additions and 5 deletions

View file

@ -516,7 +516,7 @@ TracksControlPanel::cleanup_midi_device_list()
if (control) {
control->remove_data(MidiDeviceConnectionControl::capture_id_name);
control->remove_data(MidiDeviceConnectionControl::capture_id_name);
control->remove_data(MidiDeviceConnectionControl::playback_id_name);
}
midi_device_controls.pop_back();