Skip to content

Commit

Permalink
doveadm: Fixed memory leak at deinit
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Feb 22, 2016
1 parent bce90a4 commit 368ec06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/doveadm/doveadm-cmd.c
Expand Up @@ -170,6 +170,7 @@ void doveadm_cmds_init(void)
void doveadm_cmds_deinit(void)
{
array_free(&doveadm_cmds);
array_free(&doveadm_cmds_ver2);
}

static const struct doveadm_cmd_param*
Expand Down

0 comments on commit 368ec06

Please sign in to comment.