Fix preview crash caused by earlier commit

This commit is contained in:
Vesa
2015-01-04 18:47:05 +02:00
parent 5ae9adc9c2
commit 0cbb506f50

View File

@@ -382,7 +382,7 @@ void InstrumentTrack::processOutEvent( const MidiEvent& event, const MidiTime& t
}
m_midiNotesMutex.unlock();
m_fb->activate();
if( m_fb ) { m_fb->activate(); }
break;
case MidiNoteOff: