This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: SV leak?
authorVincent Pit <perl@profvince.com>
Thu, 3 Jan 2008 19:26:05 +0000 (20:26 +0100)
committerMarcus Holland-Moritz <mhx-perl@gmx.net>
Fri, 4 Jan 2008 01:22:22 +0000 (01:22 +0000)
commit22f1178fc6ea7d78b2fce6108796ec629a70476b
treedb1b5b4ee2350f41eef0952ef108e64f43f5641b
parent6e449a3ab1e3bd9d7e138ca681c733e57d4daa49
Re: SV leak?
Message-ID: <477D28BD.5060801@profvince.com>

Mortalize SVs that are being pushed on the stack.
Try to use specialized macros for pushing mortals.

p4raw-id: //depot/perl@32822
ext/B/B.xs
ext/Win32/Win32.xs
mg.c
os2/os2.c
pp_sys.c
win32/wince.c