]> git.ipfire.org Git - thirdparty/libvirt.git/commit
LXC: fix memory leak in virLXCControllerSetupDevPTS
authorGao feng <gaofeng@cn.fujitsu.com>
Mon, 20 May 2013 10:12:18 +0000 (18:12 +0800)
committerEric Blake <eblake@redhat.com>
Mon, 20 May 2013 18:45:02 +0000 (12:45 -0600)
commit2a3466fafb60c56a770152ea5b4c535f316fd8eb
treeb94fecf329c7fb9ee3e0342747c441636031093b
parenteae1c286a1f111c7b95f6723c97355c428ae128f
LXC: fix memory leak in virLXCControllerSetupDevPTS

We forgot to free the mount_options.

Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com>
src/lxc/lxc_controller.c