Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
poor man's try to save some memory in actions. Does not seem very efficient, but...
[simgrid.git] / src / xbt / xbt_str.c
index a1a6da1..b075214 100644 (file)
@@ -417,6 +417,7 @@ xbt_dynar_t xbt_str_split_quoted(const char *s)
     }
   }
   free(str_to_free);
     }
   }
   free(str_to_free);
+  xbt_dynar_shrink(res,0);
   return res;
 }
 
   return res;
 }