diff options
Diffstat (limited to 'fish/fish.c')
-rw-r--r-- | fish/fish.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/fish.c b/fish/fish.c index 52d01850..41f61ca2 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -550,6 +550,9 @@ main (int argc, char *argv[]) if (progress_bars) progress_bar_free (bar); + if (guestfs_shutdown (g) == -1) + exit (EXIT_FAILURE); + guestfs_close (g); free_event_handlers (); |