Skip to content

Commit

Permalink
follow up for #17615
Browse files Browse the repository at this point in the history
The deleted line has returned, so delete it again.
  • Loading branch information
SakiTakamachi committed Jan 29, 2025
1 parent 4c90bb2 commit 18d9667
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/bcmath/libbcmath/src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ void bc_init_numbers(void)

void bc_force_free_number(bc_num *num)
{
pefree((*num)->n_ptr, 1);
pefree(*num, 1);
*num = NULL;
}
Expand Down

0 comments on commit 18d9667

Please sign in to comment.