From dbd4339eb579bb74a97c193fe63a153eedb98c51 Mon Sep 17 00:00:00 2001 From: Christopho Date: Fri, 6 Jan 2012 17:48:36 +0100 Subject: [PATCH] Don't destroy the Java thread object yet, we still have to call it --- src/jmsg.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/jmsg.c b/src/jmsg.c index d7a2ae85b0..fcc8f19857 100644 --- a/src/jmsg.c +++ b/src/jmsg.c @@ -176,9 +176,6 @@ Java_org_simgrid_msg_MsgNative_processKill(JNIEnv * env, jclass cls, return; } - /* delete the global reference */ - jprocess_delete_global_ref(native_to_java_process(process), env); - /* kill the native process (this wrapper is call by the destructor of the java * process instance) */ -- 2.20.1