From f3e45bfb0e74d431fcb4a2fcd0c024f73f73e7c2 Mon Sep 17 00:00:00 2001 From: danieldg Date: Mon, 19 Oct 2009 04:09:38 +0000 Subject: Valgrind now runs completely clean. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11916 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/bancache.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include') diff --git a/include/bancache.h b/include/bancache.h index 952a1453a..f143d51eb 100644 --- a/include/bancache.h +++ b/include/bancache.h @@ -94,11 +94,7 @@ class CoreExport BanCacheManager { this->BanHash = new BanCacheHash(); } - ~BanCacheManager() - { - delete BanHash; - } - + ~BanCacheManager(); void RehashCache(); }; -- cgit v1.2.3