This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #30509] use encoding and "eq" cause memory leak
authorDave Mitchell <davem@fdisolutions.com>
Mon, 28 Jun 2004 22:50:01 +0000 (22:50 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Mon, 28 Jun 2004 22:50:01 +0000 (22:50 +0000)
commit0a1bd7acb04f7cfb7bc0973e9fa8f84b971137e7
tree107322430285cb201fa006485d10809cfffd860e
parent356373a2d8b3989a5bd4c75cba13144296e37c1d
[perl #30509] use encoding and "eq" cause memory leak
Perl_sv_eq() was creating a temp and not always freeing it

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