X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/b817bfc642225b8c3c0b6a7e42d1fb949b61a606..298182ad446aaced14dea7ed0e7c968946787288:/hash.h diff --git a/hash.h b/hash.h index 9c81a44..881feeb 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); \ } \