Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Catch up with the lastest API breakage
[simgrid.git] / src / xbt / log.c
index e80332a..e84d50f 100644 (file)
@@ -687,7 +687,7 @@ void xbt_log_control_set(const char* control_string) {
     } CATCH(e) {
       if (e.category != not_found_error)
        RETHROW;
     } CATCH(e) {
       if (e.category != not_found_error)
        RETHROW;
-      xbt_ex_free(e);
+      xbt_ex_free(&e);
       found = 0;
 
       DEBUG0("Store for further application");
       found = 0;
 
       DEBUG0("Store for further application");