X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/48404c66fc4d8248308db1d1398cb79a6763077e..c12f31e0bf110c61b506ef20c1d4de6b2cd2db87:/src/simix/smx_host.c diff --git a/src/simix/smx_host.c b/src/simix/smx_host.c index 114e14b6c2..5bd6088b96 100644 --- a/src/simix/smx_host.c +++ b/src/simix/smx_host.c @@ -51,8 +51,7 @@ void SIMIX_host_destroy(void *h) /* Clean Simulator data */ if (xbt_swag_size(host->process_list) != 0) { - char *msg = - bprintf("Shutting down host, but it's not empty:"); + char *msg = xbt_strdup("Shutting down host, but it's not empty:"); char *tmp; smx_process_t process = NULL;