mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
LXC: fix memory leak in virLXCControllerSetupDevPTS
We forgot to free the mount_options. Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com>
This commit is contained in:
parent
eae1c286a1
commit
2a3466fafb
@ -1353,6 +1353,7 @@ virLXCControllerSetupDevPTS(virLXCControllerPtr ctrl)
|
|||||||
cleanup:
|
cleanup:
|
||||||
VIR_FREE(opts);
|
VIR_FREE(opts);
|
||||||
VIR_FREE(devpts);
|
VIR_FREE(devpts);
|
||||||
|
VIR_FREE(mount_options);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user