Skip to content

Commit

Permalink
doveadm user: Fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Aug 22, 2018
1 parent 8438506 commit 266e4ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/doveadm/doveadm-auth.c
Expand Up @@ -112,6 +112,7 @@ cmd_user_input(struct auth_master_connection *conn,
}
}
}
pool_unref(&pool);
return ret;
}

Expand Down

0 comments on commit 266e4ec

Please sign in to comment.