From 25ea68e7303e51e277b590a8830e5ddbae3c72b1 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Wed, 27 Oct 2010 14:02:20 +0000 Subject: [PATCH] allocfix git-svn-id: file:///svn/unbound/trunk@2318 be551aaa-1e26-0410-a405-d3ace91eadb9 --- testcode/petal.c | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- 2.47.2