confile: cleanup clr_config_seccomp_notify_proxy()

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