From 3c04ce1ff3e53d16788df3f05c84b882060405b4 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Thu, 20 Oct 2011 08:46:16 +0900 Subject: [PATCH] typo --- opt/bignum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opt/bignum.c b/opt/bignum.c index 0e4abf76..33b9e02d 100644 --- a/opt/bignum.c +++ b/opt/bignum.c @@ -767,7 +767,7 @@ sexp sexp_complex_atan (sexp ctx, sexp z) { tmp1 = sexp_make_complex(ctx, SEXP_ZERO, SEXP_ONE); sexp_complex_imag(tmp1) = sexp_make_flonum(ctx, 0.5); res = sexp_complex_mul(ctx, res, tmp1); - sexp_gc_release2(ctx); + sexp_gc_release3(ctx); return res; }