confile: cleanup clr_config_mount_fstab()

parent f376b452
...@@ -4342,8 +4342,7 @@ static inline int clr_config_mount_auto(const char *key, struct lxc_conf *c, ...@@ -4342,8 +4342,7 @@ static inline int clr_config_mount_auto(const char *key, struct lxc_conf *c,
static inline int clr_config_mount_fstab(const char *key, struct lxc_conf *c, static inline int clr_config_mount_fstab(const char *key, struct lxc_conf *c,
void *data) void *data)
{ {
free(c->fstab); free_disarm(c->fstab);
c->fstab = 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