Skip to content

Commit

Permalink
travis warning: call the fn to clear policy alien statements (memleak)
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
  • Loading branch information
hallyn committed Jun 18, 2014
1 parent e60e630 commit 761d81c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lxc/conf.c
Expand Up @@ -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);
}

Expand Down

0 comments on commit 761d81c

Please sign in to comment.