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

follow up for #17615

The deleted line has returned, so delete it again.
This commit is contained in:
Saki Takamachi
2025-01-29 19:25:03 +09:00
parent 4c90bb2da4
commit 18d96671a5

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