Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use library init/fini functions for xbt initialization
[simgrid.git] / src / xbt / dict.c
index 150bf69..d71f11b 100644 (file)
@@ -751,7 +751,7 @@ void xbt_dict_dump_sizes(xbt_dict_t dict)
  * Destroy the dict mallocators.
  * This is an internal XBT function called by xbt_exit().
  */
-void xbt_dict_exit(void)
+void xbt_dict_postexit(void)
 {
   if (dict_mallocator != NULL) {
     xbt_mallocator_free(dict_mallocator);