leak: Appliance name was leaked during guestfs_launch.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 21 Sep 2010 18:37:24 +0000 (19:37 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 21 Sep 2010 18:51:22 +0000 (19:51 +0100)
commit6d276dae8d1bbb54d8708c94d23879d39f5fd4a3
tree2c1a96f6f47c9a5fa41f2ea2be2ec29e83ff7682
parent0132890790a082c5d0f31cc64367b4897c8e88b7
leak: Appliance name was leaked during guestfs_launch.

This frees the string containing the name of the appliance
which was previously being leaked during launch.

(Found by valgrind).
src/launch.c