1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.4'

* PHP-8.4:
  follow up for #17615
This commit is contained in:
Saki Takamachi
2025-01-29 19:25:05 +09:00

View File

@@ -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;
}