From b7a990e474461921f79b0b8846fcb338dd18982c Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 15 Jan 2008 16:12:39 +0000 Subject: Someone forgot to delete what they new :P git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8713 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cull_list.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cull_list.cpp b/src/cull_list.cpp index 12bd34003..3f2050679 100644 --- a/src/cull_list.cpp +++ b/src/cull_list.cpp @@ -197,6 +197,7 @@ int CullList::Apply() delete u; } + delete *list.begin(); list.erase(list.begin()); exempt.erase(exemptiter); } -- cgit v1.2.3