On Mon, May 20, 2013 at 06:12:18PM +0800, Gao feng wrote: > We forgot to free the mount_options. > > Signed-off-by: Gao feng <gaofeng@xxxxxxxxxxxxxx> > --- > src/lxc/lxc_controller.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/lxc/lxc_controller.c b/src/lxc/lxc_controller.c > index 2f01958..e311f38 100644 > --- a/src/lxc/lxc_controller.c > +++ b/src/lxc/lxc_controller.c > @@ -1353,6 +1353,7 @@ virLXCControllerSetupDevPTS(virLXCControllerPtr ctrl) > cleanup: > VIR_FREE(opts); > VIR_FREE(devpts); > + VIR_FREE(mount_options); > return ret; > } ACK Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :| -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list