Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Still have to kill runnin' processes (on simix level)and clean ruby world when nothi...
[simgrid.git] / src / bindings / ruby / rb_msg_task.c
index ad934b4..8ae106a 100644 (file)
@@ -12,7 +12,7 @@ XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(ruby);
 
 // Free Method
 void rb_task_free(m_task_t tk) {
-  MSG_task_destroy(tk);
+  //MSG_task_destroy(tk); ( This cause a bug !! is it really necessary ?!! not really sure !! )
 }
 
 // New Method