confile: cleanup clr_config_log_file()

parent d218bbb3
......@@ -4323,8 +4323,7 @@ static inline int clr_config_log_level(const char *key, struct lxc_conf *c,
static inline int clr_config_log_file(const char *key, struct lxc_conf *c,
void *data)
{
free(c->logfile);
c->logfile = NULL;
free_disarm(c->logfile);
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