seccomp: free conf->seccomp (filename char *)

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
Serge Hallyn 2012-12-11 11:08:09 -06:00
parent 7323456ec3
commit ff918b1832

View File

@ -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");