From: mquinson Date: Tue, 18 Jul 2006 21:26:05 +0000 (+0000) Subject: Revert last change since it makes valgrind angry. No idea where this leak is, but... X-Git-Tag: v3.3~2741 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f209a0b502ccbd901fbd575b55f466c2cf7e23a5 Revert last change since it makes valgrind angry. No idea where this leak is, but it sounds harmless to me git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2618 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/log.c b/src/xbt/log.c index 2bc987f41b..efc8727a48 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -699,7 +699,6 @@ 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");