X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/272a52578639834870975995e6be4c528f5cb260..18069359141e79577f53782e320401788d18dfb5:/src/simix/smx_network.c diff --git a/src/simix/smx_network.c b/src/simix/smx_network.c index d4c2bdbf3a..15039a14c7 100644 --- a/src/simix/smx_network.c +++ b/src/simix/smx_network.c @@ -185,6 +185,8 @@ void SIMIX_communication_destroy(smx_comm_t comm) comm->refcount--; if (comm->refcount > 0) return; + VERB2("Really free communication %p; refcount is now %d", comm, + comm->refcount); if (comm->sem) { SIMIX_sem_destroy(comm->sem);