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 / gras / Virtu / process.c
index 77ef6c5..9b6c65c 100644 (file)
@@ -112,7 +112,7 @@ gras_procdata_init() {
       data = xbt_set_get_by_name(pd->libdata, fab.name);
       found = 1;
     } CATCH(e) {
-      xbt_ex_free(&e);
+      xbt_ex_free(e);
       found = 0;
     }
     if (found)