X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/056d48c9fa3d5fa5afd2be695f54edbc5fd5434d..38f7ddbf61f574a934f191ef2d8358d9f8be1f96:/examples/msg/io-remote/io-remote.c diff --git a/examples/msg/io-remote/io-remote.c b/examples/msg/io-remote/io-remote.c index 85dc770aa2..948950bc45 100644 --- a/examples/msg/io-remote/io-remote.c +++ b/examples/msg/io-remote/io-remote.c @@ -69,7 +69,7 @@ int main(int argc, char **argv) xbt_dynar_foreach(storages, cur, st){ XBT_INFO("Init: %llu MiB used on '%s'", MSG_storage_get_used_size(st)/INMEGA, MSG_storage_get_name(st)); } - xbt_dynar_free_container(&storages); + xbt_dynar_free(&storages); XBT_INFO("Simulation time %g", MSG_get_clock()); return res != MSG_OK;