Merge pull request #2629 from tresf/master

valgrind: init m_scrollArea in vestige instrument
This commit is contained in:
Tres Finocchiaro
2016-03-02 14:50:56 -05:00

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 )