X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a30eb8d63c2291f6b50b935cecf16139b372f9f2..8750e7f378b5d48477e1b0b2796a437366a3ea2b:/src/xbt/log.c diff --git a/src/xbt/log.c b/src/xbt/log.c index e84d50f60f..e80332ab41 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -687,7 +687,7 @@ void xbt_log_control_set(const char* control_string) { } CATCH(e) { if (e.category != not_found_error) RETHROW; - xbt_ex_free(&e); + xbt_ex_free(e); found = 0; DEBUG0("Store for further application");