Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use xbt_malloc (and friends) instead of direct malloc()
[simgrid.git] / src / xbt / xbt_replay.c
index c0dbca1..cd6fa9a 100644 (file)
@@ -156,8 +156,6 @@ int xbt_replay_action_runner(int argc, char *argv[])
         action_fun function =
           (action_fun)xbt_dict_get(action_funs, evt[1]);
         function(evt);
-        for (i=0;evt[i]!= NULL;i++)
-          free((char*)evt[i]);
         free(evt);
       } else {
         XBT_WARN("%s: Ignore trace element not for me",