X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5dd4e01cd9be32abc26c52aa384fc49aa2db591a..745a5ade14924e2b2684a280e4cb75a9c1d3bee7:/src/xbt/xbt_log_layout_format.cpp diff --git a/src/xbt/xbt_log_layout_format.cpp b/src/xbt/xbt_log_layout_format.cpp index 5bbf144084..854968ec1b 100644 --- a/src/xbt/xbt_log_layout_format.cpp +++ b/src/xbt/xbt_log_layout_format.cpp @@ -176,7 +176,7 @@ static int xbt_log_layout_format_doit(xbt_log_layout_t l, xbt_log_event_t ev, co static void xbt_log_layout_format_free(xbt_log_layout_t lay) { - free(lay->data); + xbt_free(lay->data); } xbt_log_layout_t xbt_log_layout_format_new(char *arg)