Fixed ilang parsing of process attributes

This commit is contained in:
Clifford Wolf 2014-07-22 20:35:58 +02:00
parent d6d0e08834
commit 3b5f4ff39c
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ proc_stmt:
switch_stack.push_back(&current_process->root_case.switches);
case_stack.clear();
case_stack.push_back(&current_process->root_case);
attrbuf.clear();
free($2);
} case_body sync_list TOK_END EOL;