confile: cleanup clr_config_log_syslog()

parent 3474f85e
...@@ -4544,8 +4544,7 @@ static inline int clr_config_start(const char *key, struct lxc_conf *c, ...@@ -4544,8 +4544,7 @@ static inline int clr_config_start(const char *key, struct lxc_conf *c,
static inline int clr_config_log_syslog(const char *key, struct lxc_conf *c, static inline int clr_config_log_syslog(const char *key, struct lxc_conf *c,
void *data) void *data)
{ {
free(c->syslog); free_disarm(c->syslog);
c->syslog = 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