This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
If the passed in target rv for Perl_newSVrv() was already a reference
authorNicholas Clark <nick@ccl4.org>
Sat, 1 Apr 2006 23:34:10 +0000 (23:34 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 1 Apr 2006 23:34:10 +0000 (23:34 +0000)
commitdc5494d2ca929464ae4e4345bfcf79797bc9baa8
tree47abf00b8a1ae8a296e2bebcbef5f0134c01c298
parent2643c356d476bba4855af68cf482bbe89f58d68d
If the passed in target rv for Perl_newSVrv() was already a reference
to something, it would leak the reference count on that thing.

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