confile: cleanup clr_config_seccomp_notify_proxy()

parent eaade76d
......@@ -4835,8 +4835,7 @@ static inline int clr_config_seccomp_notify_proxy(const char *key,
static inline int clr_config_seccomp_profile(const char *key,
struct lxc_conf *c, void *data)
{
free(c->seccomp.seccomp);
c->seccomp.seccomp = NULL;
free_disarm(c->seccomp.seccomp);
return 0;
}
......
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