Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Free set->catname even if it was incorrect
[simgrid.git] / src / xbt / log.c
index efc8727..2bc987f 100644 (file)
@@ -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");