From: thiery Date: Tue, 18 Jul 2006 08:21:03 +0000 (+0000) Subject: Free set->catname even if it was incorrect X-Git-Tag: v3.3~2750 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d08d3fd8f01b78342f3b00a1370ba55be723e5e8?ds=sidebyside Free set->catname even if it was incorrect git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2609 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/log.c b/src/xbt/log.c index efc8727a48..2bc987f41b 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -699,6 +699,7 @@ void xbt_log_control_set(const char* control_string) { if (e.category != not_found_error) RETHROW; xbt_ex_free(e); + free(set->catname); found = 0; DEBUG0("Store for further application");