Unverified Commit 854e6c5c by Christian Brauner Committed by GitHub

Merge pull request #3725 from evverx/se_keyring_context_memory_leak

conf: fix a memory leak
parents 3c9c4609 1ed59e6d
......@@ -3962,6 +3962,7 @@ void lxc_conf_free(struct lxc_conf *conf)
free(conf->lsm_aa_profile);
free(conf->lsm_aa_profile_computed);
free(conf->lsm_se_context);
free(conf->lsm_se_keyring_context);
lxc_seccomp_free(&conf->seccomp);
lxc_clear_config_caps(conf);
lxc_clear_config_keepcaps(conf);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment