From: Wouter Wijngaards Date: Wed, 27 Oct 2010 14:02:20 +0000 (+0000) Subject: allocfix X-Git-Tag: release-1.4.7rc1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25ea68e7303e51e277b590a8830e5ddbae3c72b1;p=thirdparty%2Funbound.git allocfix git-svn-id: file:///svn/unbound/trunk@2318 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/testcode/petal.c b/testcode/petal.c index 46df6c169..5cfc7da54 100644 --- a/testcode/petal.c +++ b/testcode/petal.c @@ -56,6 +56,12 @@ #include #include #include +#ifdef malloc +#undef malloc +#endif +#ifdef free +#undef free +#endif /** verbosity for this application */ static int verb = 0;