Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
eradicate all remaining manual refcounting on ActivityImpl
[simgrid.git] / src / simix / smx_io.cpp
index 4371b8d..d28660d 100644 (file)
@@ -182,7 +182,6 @@ void SIMIX_io_destroy(smx_activity_t synchro)
   XBT_DEBUG("Destroy synchro %p", synchro);
   if (io->surf_io)
     io->surf_io->unref();
-  io->unref();
 }
 
 void SIMIX_io_finish(smx_activity_t synchro)