X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Ffish.c;fp=fish%2Ffish.c;h=1bc84471c157320237086c51ca0ef129fa411f91;hp=c132911f2d0f0a24cf4ae554cefca15ebc962907;hb=c38cb92ec478c4dca83e4d38963720f463d52314;hpb=b2edcbe1b9c9d161e96cb56d0efd944e84d84526 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; }