From f209a0b502ccbd901fbd575b55f466c2cf7e23a5 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 18 Jul 2006 21:26:05 +0000 Subject: [PATCH] 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 --- src/xbt/log.c | 1 - 1 file changed, 1 deletion(-) 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"); -- 2.20.1