From: Martin Quinson Date: Sun, 28 May 2017 17:31:34 +0000 (+0200) Subject: this should work without keeping an artificial reference X-Git-Tag: v3.16~197 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6ef9a8db14f5bd9d2f841bc3f6f040077dff6b27?hp=e096299f07ccd44d2f37e63e506d88f04f06bb80 this should work without keeping an artificial reference --- diff --git a/teshsuite/s4u/listen_async/listen_async.cpp b/teshsuite/s4u/listen_async/listen_async.cpp index 63aca0df3c..991f201445 100644 --- a/teshsuite/s4u/listen_async/listen_async.cpp +++ b/teshsuite/s4u/listen_async/listen_async.cpp @@ -41,7 +41,6 @@ static void server() xbt_free(res); XBT_INFO("Data successfully received from asynchronous mailbox"); - XBT_DEBUG("comm:%p", sendComm.get()); } int main(int argc, char* argv[])