Merge pull request #898 from jpnurmi/nullptr

Search'n'replace remaining NULL occurrences (#816)
This commit is contained in:
Alexey Sokolov
2015-02-26 21:18:37 -08:00
46 changed files with 237 additions and 237 deletions
+1 -1
View File
@@ -1842,7 +1842,7 @@ public:
}
virtual ~CConnectQueueTimer() {
// This is only needed when ZNC shuts down:
// CZNC::~CZNC() sets its CConnectQueueTimer pointer to NULL and
// CZNC::~CZNC() sets its CConnectQueueTimer pointer to nullptr and
// calls the manager's Cleanup() which destroys all sockets and
// timers. If something calls CZNC::EnableConnectQueue() here
// (e.g. because a CIRCSock is destroyed), the socket manager