summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-30 22:16:14 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-30 22:16:14 +0000
commit8f80dd4a40bf35718009ca32bf30e44a67b289b4 (patch)
tree4286e6886477d049cae02969964608687aee764e
parent78aabc62e7510af5075b2056f703f0aa42e328a4 (diff)
Actually clear the cull list after applying it
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11787 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--src/cull_list.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cull_list.cpp b/src/cull_list.cpp
index 02776aff8..ff2bc64b5 100644
--- a/src/cull_list.cpp
+++ b/src/cull_list.cpp
@@ -33,5 +33,6 @@ void CullList::Apply()
(void*)c);
}
}
+ list.clear();
}