Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert last change since it makes valgrind angry. No idea where this leak is, but...
[simgrid.git] / src / xbt / log.c
index 2bc987f..efc8727 100644 (file)
@@ -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");