From 024171ae89bb4f3a82cbedb1a3b4ce3a0f9a6287 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 24 Jul 2009 20:48:36 +0000 Subject: [PATCH] Uncomment this; not sure why it was commented out. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10597 --- memcheck/tests/custom_alloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memcheck/tests/custom_alloc.c b/memcheck/tests/custom_alloc.c index fb16979998..9f22851b01 100644 --- a/memcheck/tests/custom_alloc.c +++ b/memcheck/tests/custom_alloc.c @@ -94,8 +94,8 @@ int main(void) // Bug 137073: passing 0 to MALLOCLIKE_BLOCK was causing an assertion // failure. Test for this (and likewise for FREELIKE_BLOCK). - //VALGRIND_MALLOCLIKE_BLOCK(0,0,0,0); - //VALGRIND_FREELIKE_BLOCK(0,0); + VALGRIND_MALLOCLIKE_BLOCK(0,0,0,0); + VALGRIND_FREELIKE_BLOCK(0,0); return x; -- 2.47.3