From 3b5f4ff39c94a5a664043f35b95a50240ffe9d12 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 22 Jul 2014 20:35:58 +0200 Subject: Fixed ilang parsing of process attributes --- frontends/ilang/parser.y | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/ilang/parser.y') diff --git a/frontends/ilang/parser.y b/frontends/ilang/parser.y index d8ecf37b..cb438775 100644 --- a/frontends/ilang/parser.y +++ b/frontends/ilang/parser.y @@ -225,6 +225,7 @@ proc_stmt: switch_stack.push_back(¤t_process->root_case.switches); case_stack.clear(); case_stack.push_back(¤t_process->root_case); + attrbuf.clear(); free($2); } case_body sync_list TOK_END EOL; -- cgit v1.2.3