2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 05:29:37 +00:00

conf: don't leak list

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner
2021-03-26 22:42:28 +01:00
parent 8c70a4080b
commit 59bc24cd0d

View File

@@ -3754,6 +3754,7 @@ int lxc_clear_limits(struct lxc_conf *c, const char *key)
free_disarm(lim->resource);
free(lim);
free(it);
}
if (all)