From 1c12ffb434b4a9bffc733e04581e76608fc7c846 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sun, 21 May 2006 22:20:48 +0000 Subject: [PATCH] Document PoisonFree() instead of documenting Poison() twice. p4raw-id: //depot/perl@28265 --- handy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handy.h b/handy.h index 30a287a..c3c5f9c 100644 --- a/handy.h +++ b/handy.h @@ -626,7 +626,7 @@ again) that hopefully catches attempts to access uninitialized memory. PoisonWith(0xAB) for catching access to allocated but uninitialized memory. -=for apidoc Am|void|Poison|void* dest|int nitems|type +=for apidoc Am|void|PoisonFree|void* dest|int nitems|type PoisonWith(0xEF) for catching access to freed memory. -- 2.7.4