Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill french dupplicate of the log documentation now that the doxygen one is in place
[simgrid.git] / src / xbt / dict.c
index 2f4e3a8..e477c8e 100644 (file)
@@ -46,7 +46,7 @@ xbt_dict_free(xbt_dict_t *dict)  {
       xbt_dictelm_free( &( (*dict)->head ) );
       (*dict)->head = NULL;
     }
-    xbt_free(*dict);
+    free(*dict);
     *dict=NULL;
   }
 }