X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..5d92a76d54f0104f9ed747a1c89363806e5d4ac4:/src/gras/gras.c diff --git a/src/gras/gras.c b/src/gras/gras.c index f718ca1cad..4ec704d2a8 100644 --- a/src/gras/gras.c +++ b/src/gras/gras.c @@ -150,7 +150,7 @@ void gras_exit(void) amok_exit(); gras_moddata_leave(); pd = gras_procdata_get(); - gras_msg_listener_shutdown(pd->listener); + gras_msg_listener_shutdown(); gras_process_exit(); if (--gras_running_process == 0) { gras_msg_exit();