The temporary SV created in Perl_save_helem_flags() to store the key
authorNicholas Clark <nick@ccl4.org>
Mon, 1 Dec 2008 22:17:55 +0000 (22:17 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Dec 2008 22:17:55 +0000 (22:17 +0000)
commitfd1b367e716f9d49ad7b9ab14ec9ffbc9065e0bc
treeb240373da80cded4f539ae5702343b50f761f212
parentefd0b058b26702bef38cdb6ce1a9da02e3e7cf89
The temporary SV created in Perl_save_helem_flags() to store the key
can be freed immediately after it is used, as it is unrelated to
anything else. This folds SvREFCNT_dec()s on two code paths into one.

p4raw-id: //depot/perl@34973
scope.c