X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Ffish.c;h=1bc84471c157320237086c51ca0ef129fa411f91;hb=0cd5b9ac15c62eb570ec74d19b4aebde4990fd82;hp=c132911f2d0f0a24cf4ae554cefca15ebc962907;hpb=631faad97171d7c1238b2e413c663cf61476f440;p=libguestfs.git diff --git a/fish/fish.c b/fish/fish.c index c132911..1bc8447 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -1370,9 +1370,8 @@ parse_string_list (const char *str) /* We've reached the end of a token. We shouldn't still be in quotes. */ if (in_quote) { fprintf (stderr, _("Runaway quote in string \"%s\"\n"), str); - free_n_strings (argv, argv_len); - + free (tok); return NULL; }