X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/93ca6b206350ea172a366902f34acf27bc5ed359..2995193b7e30d03c04917852c4c0b26d26646273:/src/xbt/dict.c diff --git a/src/xbt/dict.c b/src/xbt/dict.c index 2f4e3a8ab5..e477c8e17f 100644 --- a/src/xbt/dict.c +++ b/src/xbt/dict.c @@ -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; } }