diff options
-rw-r--r-- | src/entropy/proc_walk/proc_walk.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/entropy/proc_walk/proc_walk.h b/src/entropy/proc_walk/proc_walk.h index e493c7ed2..04c3b1bba 100644 --- a/src/entropy/proc_walk/proc_walk.h +++ b/src/entropy/proc_walk/proc_walk.h @@ -23,7 +23,8 @@ class ProcWalking_EntropySource : public EntropySource void poll(Entropy_Accumulator& accum); - ProcWalking_EntropySource(const std::string& root_dir) : m_path(root_dir) {} + ProcWalking_EntropySource(const std::string& root_dir) : + m_path(root_dir), m_dir(nullptr) {} ~ProcWalking_EntropySource(); private: |