Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
AH! there was a remaining manual refcount stain
[simgrid.git] / src / kernel / activity / CommImpl.cpp
index db13aca..1b61834 100644 (file)
@@ -123,6 +123,5 @@ void simgrid::kernel::activity::CommImpl::post()
   /* if there are simcalls associated with the synchro, then answer them */
   if (not simcalls.empty()) {
     SIMIX_comm_finish(this);
-    this->unref();
   }
 }