X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e94d6380711fa06ac4d235ba1a04d1f53e396216..8e4039652526033642b167e65ad9c1e34fdd6c43:/src/simix/ActorImpl.cpp diff --git a/src/simix/ActorImpl.cpp b/src/simix/ActorImpl.cpp index 445aabc6d3..ea43de9a68 100644 --- a/src/simix/ActorImpl.cpp +++ b/src/simix/ActorImpl.cpp @@ -780,7 +780,6 @@ void SIMIX_process_sleep_destroy(smx_activity_t synchro) if (sleep->surf_sleep) { sleep->surf_sleep->unref(); sleep->surf_sleep = nullptr; - sleep->unref(); } }