confile: cleanup clr_config_init_cwd()

parent df45b761
......@@ -4937,8 +4937,7 @@ static inline int clr_config_init_cmd(const char *key, struct lxc_conf *c,
static inline int clr_config_init_cwd(const char *key, struct lxc_conf *c,
void *data)
{
free(c->init_cwd);
c->init_cwd = NULL;
free_disarm(c->init_cwd);
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