Commit a0ef27a0 authored by Andrzej Rybczak's avatar Andrzej Rybczak Committed by Max Kellermann

command/list: reset used size after the list has been processed

parent e304d0f8
ver 0.18.15 (not yet released)
* command
- list: reset used size after the list has been processed
* work around build failure on NetBSD
ver 0.18.14 (2014/09/11)
......
......@@ -27,6 +27,7 @@ void
CommandListBuilder::Reset()
{
list.clear();
size = 0;
mode = Mode::DISABLED;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment