diff options
| author | 2009-09-02 00:46:44 +0000 | |
|---|---|---|
| committer | 2009-09-02 00:46:44 +0000 | |
| commit | 68e47f5ec2154aa97ff298d4516ca0caf746e51a (patch) | |
| tree | 1c794501bf1cf8212c90075e46875f3e3dd53265 /include/timer.h | |
| parent | Valgrind cleanup: deallocate RFC modes, clientlist, and uuidlist (diff) | |
Valgrind cleanup: finish destructor creation
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11615 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/timer.h')
| -rw-r--r-- | include/timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/timer.h b/include/timer.h index 05ce136d2..9c46b4f81 100644 --- a/include/timer.h +++ b/include/timer.h @@ -125,6 +125,7 @@ class CoreExport TimerManager /** Constructor */ TimerManager(InspIRCd* Instance); + ~TimerManager(); /** Tick all pending Timers * @param TIME the current system time |
