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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user