$OpenBSD: patch-Source_umf_free_c,v 1.1 2014/11/18 08:12:14 pirofti Exp $
--- Source/umf_free.c.orig	Fri Nov 14 21:11:17 2014
+++ Source/umf_free.c	Fri Nov 14 21:11:29 2014
@@ -30,7 +30,7 @@ GLOBAL void *UMF_free
     {
 
 	/* see AMD/Source/amd_global.c for the memory allocator selection */
-	amd_free (p) ;
+	free (p) ;
 
 #if defined (UMF_MALLOC_COUNT) || !defined (NDEBUG)
 	/* One more object has been free'd.  Keep track of the count. */
