X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/75206281a5a59ea2acdfd376a38433a79d692370..0c06c178342da8b6df3c53a91107bae2078b45fb:/src/msg/host.c diff --git a/src/msg/host.c b/src/msg/host.c index a38cfe1ea5..3a9b652e00 100644 --- a/src/msg/host.c +++ b/src/msg/host.c @@ -119,6 +119,7 @@ void __MSG_host_destroy(m_host_t host) xbt_free(simdata->sleeping); xbt_assert0((xbt_fifo_size(simdata->process_list)==0), "Some process are still running on this host"); + xbt_fifo_free(simdata->process_list); xbt_free(simdata);