Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
AH! there was a remaining manual refcount stain
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 8 Jun 2017 00:22:52 +0000 (02:22 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 13 Jun 2017 20:19:58 +0000 (22:19 +0200)
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();
   }
 }