Skip to content

Commit

Permalink
RECORDER: Initialize variable. CID 1047258
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Nov 2, 2013
1 parent 3523688 commit 5d6c7fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/recorderfile.cpp
Expand Up @@ -45,6 +45,8 @@ PlaybackFile::PlaybackFile() : _tmpRecordFile(_tmpBuffer, kRecordBuffSize), _tmp
_recordCount = 0;
_eventsSize = 0;
memset(_tmpBuffer, 1, kRecordBuffSize);

_playbackParseState = kFileStateCheckFormat;
}

PlaybackFile::~PlaybackFile() {
Expand Down

0 comments on commit 5d6c7fb

Please sign in to comment.