X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b1db6c86d4b421de12d0bdd1d635b158f46b97c7..d37695654af494c87f28017306376b8c229aaec0:/src/xbt/mmalloc/mm_module.c?ds=sidebyside diff --git a/src/xbt/mmalloc/mm_module.c b/src/xbt/mmalloc/mm_module.c index 32aaddac6a..825d992de7 100644 --- a/src/xbt/mmalloc/mm_module.c +++ b/src/xbt/mmalloc/mm_module.c @@ -332,7 +332,7 @@ void mmalloc_postexit(void) { /* Do not destroy the default mdp or ldl won't be able to free the memory it * allocated since we're in memory */ - // xbt_mheap_destroy_no_free(__mmalloc_default_mdp); + // xbt_mheap_destroy_no_free(__mmalloc_default_mdp) } // This is the underlying implementation of mmalloc_get_bytes_used_remote.