Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SURF: Embeed every fields of common_public directly into s_surf_model_t
[simgrid.git] / src / xbt / xbt_context_java.c
index bc5d92b..b89b250 100644 (file)
@@ -207,6 +207,7 @@ static void xbt_ctx_java_start(xbt_context_t context)
 static void xbt_ctx_java_stop(int exit_code)
 {
   jobject jprocess = NULL;
+
   xbt_ctx_java_t ctx_java;
 
   if (current_context->cleanup_func)