summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();
}