Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 jit/basic-block.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/jit/basic-block.c b/jit/basic-block.c
index 6a3075e..39e749c 100644
--- a/jit/basic-block.c
+++ b/jit/basic-block.c
@@ -84,10 +84,7 @@ void free_basic_block(struct basic_block *bb)
        free(bb->def_set);
        free(bb->live_in_set);
        free(bb->live_out_set);
-
-       if (bb->resolution_blocks)
-               free(bb->resolution_blocks);
-
+       free(bb->resolution_blocks);
        free(bb);
 }
 
-- 
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

Reply via email to