This commit is contained in:
Yuichi Nishiwaki 2014-01-20 11:16:52 +09:00
parent 6dcf04d50c
commit fbeb32ee83
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ pop_scope(analyze_state *state)
analyze_scope *scope;
scope = state->scope;
xh_destroy(scope->local_tbl);
xh_destory(scope->local_tbl);
pic_free(state->pic, scope->dirty_flags);
scope = scope->up;