Skip to content

Commit

Permalink
fea) add missing member variable initialization (#10)
Browse files Browse the repository at this point in the history
Fix an undefined behavior introduced in #9.
  • Loading branch information
PhysSong authored Jan 13, 2022
1 parent 0f4b6d7 commit 39f6059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/vst_base/RemoteVstPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ RemoteVstPlugin::RemoteVstPlugin(const char * socketPath, key_t shmVstSync) :
m_bpm( 0 ),
m_currentSamplePos( 0 ),
m_currentProgram( -1 ),
m_latency(0),
m_in( NULL ),
m_shmID( -1 ),
m_vstSyncData( NULL )
Expand Down

0 comments on commit 39f6059

Please sign in to comment.