Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Fix memory leak in xbt_str_split_quoted."
[simgrid.git] / src / xbt / xbt_str.c
index d7bad3e..a0b6bfa 100644 (file)
@@ -443,7 +443,6 @@ xbt_dynar_t xbt_str_split_quoted(const char *s)
     char *q=xbt_strdup(p);
     xbt_dynar_push(res,&q);
   }
-  xbt_dynar_free(&parsed);
   free(str_to_free);
   xbt_dynar_shrink(res, 0);
   xbt_dynar_free(&parsed);