X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e7dbf98c9905d9281223f93d53b0038cc6ea9a1e..1a163867e88aadbc98da14c686a06ad2920e825d:/src/kernel/resource/HostImpl.cpp diff --git a/src/kernel/resource/HostImpl.cpp b/src/kernel/resource/HostImpl.cpp index 4dd7089bbf..e72375a18b 100644 --- a/src/kernel/resource/HostImpl.cpp +++ b/src/kernel/resource/HostImpl.cpp @@ -67,6 +67,7 @@ HostImpl::~HostImpl() void HostImpl::destroy() { s4u::Host::on_destruction(*this->get_iface()); + this->get_iface()->on_this_destruction(*this->get_iface()); delete this; }