Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
access: remove double free() in access_ticket_destroy() (clang saniti…
…zer)
  • Loading branch information
perexg committed Mar 10, 2016
1 parent df03341 commit 55db3a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/access.c
Expand Up @@ -68,7 +68,6 @@ access_ticket_destroy(access_ticket_t *at)
free(at->at_resource);
TAILQ_REMOVE(&access_tickets, at, at_link);
access_destroy(at->at_access);
free(at);
}

/**
Expand Down

0 comments on commit 55db3a5

Please sign in to comment.