mirror of
https://github.com/znc/znc.git
synced 2026-07-04 08:51:14 +02:00
identfile: Make sure member values are NULL
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user