Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert API breakage about xbt_ex_free since it was not mandatory and since API should...
[simgrid.git] / src / xbt / log.c
index e84d50f..e80332a 100644 (file)
@@ -687,7 +687,7 @@ void xbt_log_control_set(const char* control_string) {
     } CATCH(e) {
       if (e.category != not_found_error)
        RETHROW;
-      xbt_ex_free(&e);
+      xbt_ex_free(e);
       found = 0;
 
       DEBUG0("Store for further application");