From: Martin Quinson Date: Thu, 8 Jun 2017 00:22:52 +0000 (+0200) Subject: AH! there was a remaining manual refcount stain X-Git-Tag: v3.16~103 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e94d6380711fa06ac4d235ba1a04d1f53e396216 AH! there was a remaining manual refcount stain --- diff --git a/src/kernel/activity/CommImpl.cpp b/src/kernel/activity/CommImpl.cpp index db13aca6f5..1b61834929 100644 --- a/src/kernel/activity/CommImpl.cpp +++ b/src/kernel/activity/CommImpl.cpp @@ -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(); } }