summaryrefslogtreecommitdiff
path: root/frontends/ilang
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-07-22 20:35:58 +0200
committerClifford Wolf <clifford@clifford.at>2014-07-22 20:39:37 +0200
commit3b5f4ff39c94a5a664043f35b95a50240ffe9d12 (patch)
tree878a0deb1b5497c1b9d76622bd5599a12385147d /frontends/ilang
parentd6d0e08834560e824cc59027b720401a1c0b1fc7 (diff)
Fixed ilang parsing of process attributes
Diffstat (limited to 'frontends/ilang')
-rw-r--r--frontends/ilang/parser.y1
1 files changed, 1 insertions, 0 deletions
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(&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;