confile: cleanup clr_config_rootfs_mount()

parent f39f120b
...@@ -4363,8 +4363,7 @@ static inline int clr_config_rootfs_managed(const char *key, struct lxc_conf *c, ...@@ -4363,8 +4363,7 @@ static inline int clr_config_rootfs_managed(const char *key, struct lxc_conf *c,
static inline int clr_config_rootfs_mount(const char *key, struct lxc_conf *c, static inline int clr_config_rootfs_mount(const char *key, struct lxc_conf *c,
void *data) void *data)
{ {
free(c->rootfs.mount); free_disarm(c->rootfs.mount);
c->rootfs.mount = 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