X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3429978465882f1a8d4911725dd65019e36eefed..6521142974bf561e632684f99fd1708726e474a0:/src/amok/Bandwidth/bandwidth.c diff --git a/src/amok/Bandwidth/bandwidth.c b/src/amok/Bandwidth/bandwidth.c index 8e51556b81..758cd56667 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");