valgrind: init m_scrollArea in vestige instrument

Closes #2041
This commit is contained in:
Tres Finocchiaro
2016-03-02 11:49:04 -05:00
parent e56c31b96e
commit e13ac40544

View File

@@ -78,6 +78,7 @@ vestigeInstrument::vestigeInstrument( InstrumentTrack * _instrument_track ) :
m_plugin( NULL ),
m_pluginMutex(),
m_subWindow( NULL ),
m_scrollArea( NULL ),
vstKnobs( NULL ),
knobFModel( NULL ),
p_subWindow( NULL )