From: Serge Hallyn Date: Wed, 18 Jun 2014 22:19:05 +0000 (-0500) Subject: travis warning: call the fn to clear policy alien statements (memleak) X-Git-Tag: lxc-1.1.0.alpha1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=761d81cad8b98635577837c442edcc116133c4c5;p=thirdparty%2Flxc.git travis warning: call the fn to clear policy alien statements (memleak) Signed-off-by: Serge Hallyn --- diff --git a/src/lxc/conf.c b/src/lxc/conf.c index 23ed7f351..50fff2703 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -4427,6 +4427,7 @@ void lxc_conf_free(struct lxc_conf *conf) lxc_clear_idmaps(conf); lxc_clear_groups(conf); lxc_clear_includes(conf); + lxc_clear_aliens(conf); free(conf); }