Skip to content

Commit

Permalink
Merge branch 'PHP-8.4'
Browse files Browse the repository at this point in the history
* PHP-8.4:
  follow up for #17615
  • Loading branch information
SakiTakamachi committed Jan 29, 2025
2 parents c9fa625 + 18d9667 commit 5bf6e2e
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 5bf6e2e

Please sign in to comment.