From: suter Date: Thu, 28 Nov 2013 11:38:09 +0000 (+0100) Subject: leak-- X-Git-Tag: v3_11_beta~216 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a996d0ce3eba72e6097991cd2a62a9df0b35b17e?hp=e15646081bb00a6a017dcef46dc367c57a755f71 leak-- --- diff --git a/src/surf/storage.cpp b/src/surf/storage.cpp index aa5fe7a24a..961409f0e3 100644 --- a/src/surf/storage.cpp +++ b/src/surf/storage.cpp @@ -33,6 +33,7 @@ static XBT_INLINE void routing_storage_type_free(void *r) free(stype->model); free(stype->type_id); free(stype->content); + free(stype->content_type); xbt_dict_free(&(stype->properties)); xbt_dict_free(&(stype->properties)); free(stype);