Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Need to remove option and not free cause it is also
[simgrid.git] / src / simix / smx_context.c
index 8821246..56abb11 100644 (file)
@@ -60,5 +60,5 @@ void SIMIX_context_mod_exit(void)
     finalize_factory = simix_global->context_factory->finalize;
     (*finalize_factory) (&simix_global->context_factory);
   }
-  xbt_free(smx_context_factory_name);
+  xbt_dict_remove((xbt_dict_t) _surf_cfg_set,"simix/context");
 }