diff --git a/src/codegen.c b/src/codegen.c index 6d3184fe..4c2c8f0d 100644 --- a/src/codegen.c +++ b/src/codegen.c @@ -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;