Signed-off-by: Tomek Grabiec <tgrab...@gmail.com> --- jit/compilation-unit.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jit/compilation-unit.c b/jit/compilation-unit.c index 71eed13..64d6ee9 100644 --- a/jit/compilation-unit.c +++ b/jit/compilation-unit.c @@ -181,8 +181,8 @@ void free_compilation_unit(struct compilation_unit *cu) free_var_infos(cu->var_infos); free_stack_frame(cu->stack_frame); free_bc_offset_map(cu->bc_offset_map); - free_tableswitch_list(cu); - free_lookupswitch_list(cu); + free_tableswitch_list(cu); + free_lookupswitch_list(cu); free_lir_insn_map(cu); free(cu); } -- 1.6.0.6 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Jatovm-devel mailing list Jatovm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jatovm-devel