summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/libbcmath/src/output.c')
-rw-r--r--ext/bcmath/libbcmath/src/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/output.c b/ext/bcmath/libbcmath/src/output.c
index 9cf8440a42..e41479d2d3 100644
--- a/ext/bcmath/libbcmath/src/output.c
+++ b/ext/bcmath/libbcmath/src/output.c
@@ -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);
}
}