mirror of
https://github.com/znc/znc.git
synced 2026-05-09 06:44:40 +02:00
Merge pull request #898 from jpnurmi/nullptr
Search'n'replace remaining NULL occurrences (#816)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user