From e13ac405443b280dc7c8a7ed334f36c07e158c0e Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Wed, 2 Mar 2016 11:49:04 -0500 Subject: [PATCH] valgrind: init m_scrollArea in vestige instrument Closes #2041 --- plugins/vestige/vestige.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/vestige/vestige.cpp b/plugins/vestige/vestige.cpp index a4836ff93..9db5ea352 100644 --- a/plugins/vestige/vestige.cpp +++ b/plugins/vestige/vestige.cpp @@ -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 )