From da9d0809684f934a1bc3a460b102991b57807b82 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Thu, 22 Mar 2012 22:49:59 +0000 Subject: [PATCH] identfile: Make sure member values are NULL --- modules/identfile.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/identfile.cpp b/modules/identfile.cpp index 02e51b5c..8ce86a1c 100644 --- a/modules/identfile.cpp +++ b/modules/identfile.cpp @@ -27,6 +27,9 @@ public: AddCommand("SetFormat", static_cast(&CIdentFileModule::SetFormat), ""); AddCommand("Show", static_cast(&CIdentFileModule::Show)); + + m_pISpoofLockFile = NULL; + m_pIRCSock = NULL; } virtual ~CIdentFileModule() {