X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a6935148284f51d20bceed365ed0edea8b5a70e..f05e94875ba4e3844da6824b91b8258179a90d08:/src/surf/HostImpl.cpp diff --git a/src/surf/HostImpl.cpp b/src/surf/HostImpl.cpp index 2cb9e021f2..fa047d27f9 100644 --- a/src/surf/HostImpl.cpp +++ b/src/surf/HostImpl.cpp @@ -152,9 +152,6 @@ int HostImpl::unlink(surf_file_t fd) // Remove the file from storage st->content_->erase(fd->name); - xbt_free(fd->name); - xbt_free(fd->mount); - xbt_free(fd); return 0; } }