mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
follow up for #17615
The deleted line has returned, so delete it again.
This commit is contained in:
parent
4c90bb2da4
commit
18d96671a5
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue