Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
leak--
authorsuter <frederic.suter@cc.in2p3.fr>
Thu, 28 Nov 2013 11:38:09 +0000 (12:38 +0100)
committersuter <frederic.suter@cc.in2p3.fr>
Thu, 28 Nov 2013 11:38:27 +0000 (12:38 +0100)
src/surf/storage.cpp

index aa5fe7a..961409f 100644 (file)
@@ -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->model);
   free(stype->type_id);
   free(stype->content);
+  free(stype->content_type);
   xbt_dict_free(&(stype->properties));
   xbt_dict_free(&(stype->properties));
   free(stype);
   xbt_dict_free(&(stype->properties));
   xbt_dict_free(&(stype->properties));
   free(stype);