Fix a stupid memleak

Where's my brown paper back...?

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2011-03-31 19:18:11 +02:00
parent a4d388b56d
commit ee9686e422

View File

@@ -59,6 +59,7 @@ CZNC::~CZNC() {
DeleteUsers();
delete m_pModules;
delete m_pLockFile;
ShutdownCsocket();
DeletePidFile();