X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Ffish.c;h=71153eb60463914fc165801e04ca3fc6b9b77c61;hb=6b68c17e07a57d7aec9adc778f41b4c772a235bd;hp=4f1dfc9f8db97c314fa1840c5c4d25d487dc9645;hpb=68fcbb6f5f50d631af90b05da7e5e2efa5de0b46;p=libguestfs.git diff --git a/fish/fish.c b/fish/fish.c index 4f1dfc9..71153eb 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -1245,9 +1245,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; }