X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/69248c2648d1aced278681b4925c2082752ca4cb..1cbf45bd6ba6b0935c15e5b783ca6ec65a1e49cc:/src/xbt/xbt_str.c diff --git a/src/xbt/xbt_str.c b/src/xbt/xbt_str.c index a1a6da17c5..b0752146d0 100644 --- a/src/xbt/xbt_str.c +++ b/src/xbt/xbt_str.c @@ -417,6 +417,7 @@ xbt_dynar_t xbt_str_split_quoted(const char *s) } } free(str_to_free); + xbt_dynar_shrink(res,0); return res; }