X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/b817bfc642225b8c3c0b6a7e42d1fb949b61a606..f9e5133271af9c7a63be8584e4c2705adb241bc2:/hash.h diff --git a/hash.h b/hash.h index 9c81a446..881feeb6 100644 --- a/hash.h +++ b/hash.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: hash.h,v 1.5 2004/04/08 01:36:15 mdw Exp $ + * $Id$ * * Generic handling for message digest functions * @@ -247,7 +247,7 @@ static int verifyrep(dstr *v) \ putchar('\n'); \ ok = 0; \ } \ - free(p); \ + xfree(p); \ dstr_destroy(&d); \ return (ok); \ } \