aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/CommandListBuilder.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/CommandListBuilder.cxx')
-rw-r--r--src/command/CommandListBuilder.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/CommandListBuilder.cxx b/src/command/CommandListBuilder.cxx
index cc10f7205..4e0a8bd2a 100644
--- a/src/command/CommandListBuilder.cxx
+++ b/src/command/CommandListBuilder.cxx
@@ -27,6 +27,7 @@ void
CommandListBuilder::Reset()
{
list.clear();
+ size = 0;
mode = Mode::DISABLED;
}