Commit 761d81ca by Serge Hallyn

travis warning: call the fn to clear policy alien statements (memleak)

parent e60e630c
...@@ -4427,6 +4427,7 @@ void lxc_conf_free(struct lxc_conf *conf) ...@@ -4427,6 +4427,7 @@ void lxc_conf_free(struct lxc_conf *conf)
lxc_clear_idmaps(conf); lxc_clear_idmaps(conf);
lxc_clear_groups(conf); lxc_clear_groups(conf);
lxc_clear_includes(conf); lxc_clear_includes(conf);
lxc_clear_aliens(conf);
free(conf); free(conf);
} }
......
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