From e94d6380711fa06ac4d235ba1a04d1f53e396216 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 8 Jun 2017 02:22:52 +0200 Subject: [PATCH 1/1] AH! there was a remaining manual refcount stain --- src/kernel/activity/CommImpl.cpp | 1 - 1 file changed, 1 deletion(-) 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(); } } -- 2.20.1