X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a122c7adb6b296162c5f5297531902525a675861..64561039d3dec9e50b4eaf1b78b3edef71898383:/src/xbt/xbt_str.c diff --git a/src/xbt/xbt_str.c b/src/xbt/xbt_str.c index d7bad3e446..a0b6bfa015 100644 --- a/src/xbt/xbt_str.c +++ b/src/xbt/xbt_str.c @@ -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);