Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 vm/object.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/vm/object.c b/vm/object.c
index cb69dca..1a5136a 100644
--- a/vm/object.c
+++ b/vm/object.c
@@ -597,6 +597,9 @@ int vm_monitor_init(struct vm_monitor *mon)
                return -1;
        }
 
+       mon->owner = NULL;
+       mon->lock_count = 0;
+
        return 0;
 }
 
-- 
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