From e9ed37a55efe438d301b76c101698924f3ffba70 Mon Sep 17 00:00:00 2001 From: Radu Greab Date: Sun, 20 Aug 2000 21:03:26 +0300 Subject: (Replaced by #8364.) Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED) Message-ID: p4raw-id: //depot/perl@6721 --- ext/GDBM_File/GDBM_File.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/GDBM_File/GDBM_File.xs') diff --git a/ext/GDBM_File/GDBM_File.xs b/ext/GDBM_File/GDBM_File.xs index 870f056c9b..13123ef540 100644 --- a/ext/GDBM_File/GDBM_File.xs +++ b/ext/GDBM_File/GDBM_File.xs @@ -56,7 +56,7 @@ not_here(char *s) static void output_datum(pTHX_ SV *arg, char *str, int size) { -#if !defined(MYMALLOC) || (defined(MYMALLOC) && defined(PERL_POLLUTE_MALLOC)) +#if !defined(MYMALLOC) || (defined(MYMALLOC) && defined(PERL_POLLUTE_MALLOC) && !defined(LEAKTEST)) sv_usepvn(arg, str, size); #else sv_setpvn(arg, str, size); -- cgit v1.2.1