some leaks plugged (as detected by the leak detector)

This commit is contained in:
dick
1986-07-18 21:10:42 +00:00
parent 7f5bcdf116
commit fa9f4ab0ab
21 changed files with 204 additions and 176 deletions

View File

@@ -55,7 +55,7 @@ code_startswitch(expr)
break;
}
stat_stack(l_break, NO_LABEL);
stack_stmt(l_break, NO_LABEL);
sh->sh_break = l_break;
sh->sh_default = 0;
sh->sh_table = l_table;
@@ -123,7 +123,7 @@ code_endswitch()
ce = tmp;
}
free_switch_hdr(sh);
stat_unstack();
unstack_stmt();
}
code_case(expr)