Skip to content

Commit

Permalink
identfile: Make sure member values are NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Mar 27, 2012
1 parent ffabb16 commit a816be6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/identfile.cpp
Expand Up @@ -26,6 +26,9 @@ class CIdentFileModule : public CGlobalModule {
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() {
Expand Down

0 comments on commit a816be6

Please sign in to comment.