Skip to content
Snippets Groups Projects
Commit f943f269 authored by Julien Michel's avatar Julien Michel
Browse files

COV: Fixing coverty issue 1221830 (Unintialized scalar field)

parent caf98e4a
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,8 @@ FilterWatcherBase
m_StartTag = 0;
m_EndTag = 0;
m_ProgressTag = 0;
m_Started = false;
m_Ended = false;
// Create a series of commands
if (m_Process)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment