This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
stop DEBUG_LEAKING_SCALARS, er, leaking!
authorDavid Mitchell <davem@iabyn.com>
Sun, 10 Oct 2010 18:48:23 +0000 (19:48 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 10 Oct 2010 23:41:17 +0000 (00:41 +0100)
commitde61950ae56ef8b3703b4fd7a5fd7fea866f893c
tree87bbb6a5ca1f711b39738c2d40123564cbbe4202
parent77ba44fbee37607ba9e35122619f1137d1d34dae
stop DEBUG_LEAKING_SCALARS, er, leaking!

When cloning an SV, new_SV() was setting sv_debug_file, then we
immediately set it again without freeing the first one.
sv.c