Change 32899 missed undoing the reference count increase when the SV
authorNicholas Clark <nick@ccl4.org>
Thu, 10 Jan 2008 23:32:27 +0000 (23:32 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 10 Jan 2008 23:32:27 +0000 (23:32 +0000)
commit110f3028c15a78b9155d8d56077236a8a2a126d0
treead9a40f93f3cfcc5c6ecd18a43aaf0419cafcd18
parent61525e559c4b36c0ec96dac11ea3cd5199cafb78
Change 32899 missed undoing the reference count increase when the SV
is popped off the AV.
"There's Something Wrong with our Bloody Leak Checking Today", as
Beattie didn't put it. It seems that we really can't check for leaking
scalars in perl_destruct, because we do our damndest to free them
brute force, rather than by undefining the symbol table and seeing
what sticks around.

p4raw-id: //depot/perl@32942
op.c