mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
- Add bcmath to the standard UNIX build
- Change a couple of malloc()'s and free()'s to emalloc()'s and efree()'s
This commit is contained in:
parent
203d67ea6b
commit
8a03f3062f
9 changed files with 33 additions and 690 deletions
|
@ -176,7 +176,7 @@ bc_out_num (num, o_base, out_char, leading_zero)
|
|||
(*out_char) (ref_str[ (int) temp->digit]);
|
||||
else
|
||||
bc_out_long (temp->digit, max_o_digit->n_len, 1, out_char);
|
||||
free (temp);
|
||||
efree (temp);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue