X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/b817bfc642225b8c3c0b6a7e42d1fb949b61a606..025c5f4aa5ffbf8948482a4233318db81c2df5d2:/mpcrt.c 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); }