(Replaced by #8364.)
Radu Greab [Sun, 20 Aug 2000 18:03:26 +0000 (21:03 +0300)]
Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>

p4raw-id: //depot/perl@6721

ext/GDBM_File/GDBM_File.xs

index 870f056..13123ef 100644 (file)
@@ -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);