From 9422f4157ccff0482cd70105ada3bd9325455eaa Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 13 Oct 2007 21:26:50 +0000 Subject: Add sanity checks to the ssl modules so that theres no possibility of an out of range fd being passed to the events. The cull_list commit is a tidy-up only. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8155 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cull_list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cull_list.cpp') diff --git a/src/cull_list.cpp b/src/cull_list.cpp index 9aecb8d83..a1e4aa998 100644 --- a/src/cull_list.cpp +++ b/src/cull_list.cpp @@ -190,7 +190,7 @@ int CullList::Apply() ServerInstance->local_users.erase(x); } ServerInstance->clientlist->erase(iter); - DELETE(a->GetUser()); + delete a->GetUser(); } list.erase(list.begin()); -- cgit v1.3.1-10-gc9f91