Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
idnode: add missing is_array initialization to idnode_set_clear(), fi…
…xes #3524
  • Loading branch information
perexg committed Jan 23, 2016
1 parent 1aa0073 commit ed9f0e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/idnode.c
Expand Up @@ -1064,6 +1064,7 @@ void
idnode_set_clear ( idnode_set_t *is )
{
free(is->is_array);
is->is_array = NULL;
is->is_count = is->is_alloc = 0;
}

Expand Down

0 comments on commit ed9f0e7

Please sign in to comment.