Skip to content
Snippets Groups Projects
Commit 383eec3b authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Fix missing array cleans on KWIKFile::stopRecording

parent 169e306a
Branches
No related tags found
No related merge requests found
......@@ -733,6 +733,8 @@ void KWIKFile::stopRecording()
timeStamps.clear();
recordings.clear();
eventID.clear();
nodeID.clear();
channelID.clear();
}
void KWIKFile::writeEvent(int type, uint8 id, uint8 processor, uint8 channel, uint64 timestamp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment