X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Flaunch.c;h=e0ad165fc30ceb38b77cb2ff2a1c21c541f6dd83;hp=8bc96fd6efe05eff3bfee905a5312400554a3618;hb=5d4ae18e2b93073080fbbf8c98b11eec15dbc1e6;hpb=21aac863e29eca5552c4ae1645306e966f11c1d8 diff --git a/src/launch.c b/src/launch.c index 8bc96fd..e0ad165 100644 --- a/src/launch.c +++ b/src/launch.c @@ -511,6 +511,8 @@ guestfs__launch (guestfs_h *g) kernel = NULL; free (initrd); initrd = NULL; + free (appliance); + appliance = NULL; /* Fork the recovery process off which will kill qemu if the parent * process fails to do so (eg. if the parent segfaults).