X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Finspect.c;h=2ca54d2296fce5370504c1085cbcd7ac1b51ad3a;hb=138e118d62046b197b715462072256082ecfc0f7;hp=07af81882a1e15cf50a559533358e2eaa788f902;hpb=fa44536b0ff12102c72ae0337e51d272f0fc2353;p=libguestfs.git diff --git a/fish/inspect.c b/fish/inspect.c index 07af818..2ca54d2 100644 --- a/fish/inspect.c +++ b/fish/inspect.c @@ -88,12 +88,14 @@ inspect_mount (void) if (roots[0] == NULL) { fprintf (stderr, _("%s: no operating system was found on this disk\n"), program_name); + free_strings (roots); exit (EXIT_FAILURE); } if (roots[1] != NULL) { fprintf (stderr, _("%s: multi-boot operating systems are not supported by the -i option\n"), program_name); + free_strings (roots); exit (EXIT_FAILURE); }