From c3fe76fd7bb7289bf939c90a71f3b456354edc05 Mon Sep 17 00:00:00 2001 From: Fredrik Johansson Date: Fri, 24 Jan 2025 11:11:46 +0100 Subject: [PATCH] k --- src/gr_poly/test/t-rsqrt_series.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/gr_poly/test/t-rsqrt_series.c b/src/gr_poly/test/t-rsqrt_series.c index dd2f202d99..eb4f8d30dd 100644 --- a/src/gr_poly/test/t-rsqrt_series.c +++ b/src/gr_poly/test/t-rsqrt_series.c @@ -136,11 +136,21 @@ test_rsqrt_series(flint_rand_t state, int which) } fflush(stdout); - flint_printf("Clear ABC\n"); + flint_printf("Clear ABC %wd %wd %wd %wd %wd %wd\n", A->length, A->alloc, B->length, B->alloc, C->length, C->alloc); fflush(stdout); gr_poly_clear(A, ctx); + + fflush(stdout); + flint_printf("Clear 2\n"); + fflush(stdout); + gr_poly_clear(B, ctx); + + fflush(stdout); + flint_printf("Clear 3\n"); + fflush(stdout); + gr_poly_clear(C, ctx); fflush(stdout);