mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-17 03:24:59 +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)
|
||||
free(conf->aa_profile);
|
||||
#endif
|
||||
if (conf->seccomp)
|
||||
free(conf->seccomp);
|
||||
lxc_clear_config_caps(conf);
|
||||
lxc_clear_cgroups(conf, "lxc.cgroup");
|
||||
lxc_clear_hooks(conf, "lxc.hook");
|
||||
|
Loading…
Reference in New Issue
Block a user