This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add DEBUG_LEAKING_SCALARS_ABORT, to call abort() if any scalars leak,
authorNicholas Clark <nick@ccl4.org>
Wed, 9 Jan 2008 15:34:42 +0000 (15:34 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 9 Jan 2008 15:34:42 +0000 (15:34 +0000)
commit77abb4c6071dd96d341a4a949cb8d41da13b96fd
tree9fefd8702e4f7303240c48bb4052adcad7a5d771
parentc90cd22b2f0d69bba1abd4ca7cd7ece1531bbb93
Add DEBUG_LEAKING_SCALARS_ABORT, to call abort() if any scalars leak,
or are freed too many times.

p4raw-id: //depot/perl@32918
perl.c
sv.c