AUDIO: Fixed compiler warning, this is always true
This commit is contained in:
parent
f3eba5e945
commit
2bc3d7f4ed
1 changed files with 2 additions and 4 deletions
|
@ -137,11 +137,9 @@ MidiDriver_MT32GM::~MidiDriver_MT32GM() {
|
|||
}
|
||||
_driver = nullptr;
|
||||
|
||||
if (_controlData) {
|
||||
for (int i = 0; i < MIDI_CHANNEL_COUNT; ++i) {
|
||||
delete _controlData[i];
|
||||
}
|
||||
}
|
||||
if (_activeNotes)
|
||||
delete[] _activeNotes;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue