Always initialise CServer::bRecorderInitialised.
Previously it was only set in the constructor if recording was enabled, which resulted in uninitialised reads in CServerDlg.
This commit is contained in:
parent
773e274098
commit
0342576d8e
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ CServer::CServer ( const int iNewMaxNumChan,
|
|||
Logging ( iMaxDaysHistory ),
|
||||
iFrameCount ( 0 ),
|
||||
JamRecorder ( strRecordingDirName ),
|
||||
bRecorderInitialised ( false ),
|
||||
bEnableRecording ( false ),
|
||||
bWriteStatusHTMLFile ( false ),
|
||||
HighPrecisionTimer ( bNUseDoubleSystemFrameSize ),
|
||||
|
|
Loading…
Reference in a new issue