Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
access: fix memory leak
  • Loading branch information
perexg committed Jan 19, 2016
1 parent a28d499 commit 3312f65
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/access.c
Expand Up @@ -2063,10 +2063,6 @@ access_init(int createdefault, int noacl)
ae->ae_admin = 1;
access_entry_update_rights(ae);

TAILQ_INIT(&ae->ae_ipmasks);

access_set_prefix_default(&ae->ae_ipmasks);

access_entry_save(ae);

tvhlog(LOG_WARNING, "access",
Expand Down

0 comments on commit 3312f65

Please sign in to comment.