X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/d901c8888560a1745ecee7c8d5ddad6229aafc66..12ed8a1f566d8c2020b988462db74435c716088a:/mpcrt.c?ds=sidebyside diff --git a/mpcrt.c b/mpcrt.c index c79b00b..8c5efbd 100644 --- a/mpcrt.c +++ b/mpcrt.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: mpcrt.c,v 1.6 2004/04/08 01:36:15 mdw Exp $ + * $Id$ * * Chinese Remainder Theorem computations (Gauss's algorithm) * @@ -245,8 +245,8 @@ static int verify(size_t n, dstr *v) mp_drop(a); mp_drop(b); mpcrt_destroy(&c); - free(m); - free(r); + xfree(m); + xfree(r); assert(mparena_count(MPARENA_GLOBAL) == 0); return (ok); }