mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-18 03:21:15 +00:00
seccomp: free conf->seccomp (filename char *)
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
7323456ec3
commit
ff918b1832
@ -2760,6 +2760,8 @@ void lxc_conf_free(struct lxc_conf *conf)
|
|||||||
if (conf->aa_profile)
|
if (conf->aa_profile)
|
||||||
free(conf->aa_profile);
|
free(conf->aa_profile);
|
||||||
#endif
|
#endif
|
||||||
|
if (conf->seccomp)
|
||||||
|
free(conf->seccomp);
|
||||||
lxc_clear_config_caps(conf);
|
lxc_clear_config_caps(conf);
|
||||||
lxc_clear_cgroups(conf, "lxc.cgroup");
|
lxc_clear_cgroups(conf, "lxc.cgroup");
|
||||||
lxc_clear_hooks(conf, "lxc.hook");
|
lxc_clear_hooks(conf, "lxc.hook");
|
||||||
|
Loading…
Reference in New Issue
Block a user