From: Christopho Date: Fri, 6 Jan 2012 16:48:36 +0000 (+0100) Subject: Don't destroy the Java thread object yet, we still have to call it X-Git-Tag: v3_9_90~569^2~19^2~157 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/dbd4339eb579bb74a97c193fe63a153eedb98c51?ds=sidebyside Don't destroy the Java thread object yet, we still have to call it --- 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) */