Merge branch 'master' of git+ssh://metalzone.distorted.org.uk/~mdw/public-git/catacomb/
[u/mdw/catacomb] / hash.h
diff --git a/hash.h b/hash.h
index 9c81a44..881feeb 100644 (file)
--- 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);                                                         \
 }                                                                      \