Skip to content

Commit

Permalink
Fix a stupid memleak
Browse files Browse the repository at this point in the history
Where's my brown paper back...?

Signed-off-by: Uli Schlachter <psychon@znc.in>
  • Loading branch information
psychon committed Mar 31, 2011
1 parent a4d388b commit ee9686e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions znc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ CZNC::~CZNC() {
DeleteUsers();

delete m_pModules;
delete m_pLockFile;

ShutdownCsocket();
DeletePidFile();
Expand Down

0 comments on commit ee9686e

Please sign in to comment.