X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a30eb8d63c2291f6b50b935cecf16139b372f9f2..74486f4fe21d15423003177707cbc7046141c131:/src/amok/Bandwidth/bandwidth.c diff --git a/src/amok/Bandwidth/bandwidth.c b/src/amok/Bandwidth/bandwidth.c index 9e61fe277b..39bafa4039 100644 --- a/src/amok/Bandwidth/bandwidth.c +++ b/src/amok/Bandwidth/bandwidth.c @@ -129,7 +129,7 @@ void amok_bw_test(gras_socket_t peer, if (port == 10000 -1) { RETHROW0("Error caught while opening a measurement socket: %s"); } else { - xbt_ex_free(e); + xbt_ex_free(&e); } } } @@ -215,7 +215,7 @@ int amok_bw_cb_bw_handshake(gras_msg_cb_ctx_t ctx, } CATCH(e) { measMasterIn = NULL; if (port < 10000) - xbt_ex_free(e); + xbt_ex_free(&e); else /* FIXME: tell error to remote */ RETHROW0("Error encountered while opening a measurement server socket: %s");