Skip to content

Commit

Permalink
rlm_isc_dhcp: Add missing talloc_free()
Browse files Browse the repository at this point in the history
  • Loading branch information
jpereira committed Feb 25, 2019
1 parent eb5193b commit 70eeb0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/rlm_isc_dhcp/rlm_isc_dhcp.c
Expand Up @@ -869,6 +869,7 @@ static int parse_option_definition(UNUSED rlm_isc_dhcp_info_t *parent, rlm_isc_d

if ((state->token_len != 1) || (state->token[0] != '=')) {
fr_strerror_printf("expected '=' after code definition got '%.*s'", state->token_len, state->token);
talloc_free(name);
return -1;
}

Expand Down

0 comments on commit 70eeb0f

Please sign in to comment.