identfile: Make sure member values are NULL

This commit is contained in:
Kyle Fuller
2012-03-22 22:49:59 +00:00
parent b46231b12d
commit da9d080968
+3
View File
@@ -27,6 +27,9 @@ public:
AddCommand("SetFormat", static_cast<CModCommand::ModCmdFunc>(&CIdentFileModule::SetFormat),
"<format>");
AddCommand("Show", static_cast<CModCommand::ModCmdFunc>(&CIdentFileModule::Show));
m_pISpoofLockFile = NULL;
m_pIRCSock = NULL;
}
virtual ~CIdentFileModule() {