Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't let the impl mess up with the fields of the interface
[simgrid.git] / src / plugins / vm / VirtualMachineImpl.cpp
index b3042e7..931e00c 100644 (file)
@@ -142,8 +142,6 @@ VirtualMachineImpl::~VirtualMachineImpl()
   /* Free the cpu_action of the VM. */
   XBT_ATTRIB_UNUSED int ret = action_->unref();
   xbt_assert(ret == 1, "Bug: some resource still remains");
-
-  delete piface_->pimpl_cpu;
 }
 
 e_surf_vm_state_t VirtualMachineImpl::getState()