From d9a13252ba5aad7b3eaaff069b56472cfb651a40 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 4 Feb 2015 21:31:29 -0800 Subject: toke.c: Use SvREFCNT_dec_NN in one spot --- toke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toke.c') diff --git a/toke.c b/toke.c index 559c74cf6f..c0a5b3123f 100644 --- a/toke.c +++ b/toke.c @@ -5323,7 +5323,7 @@ Perl_yylex(pTHX) sv_catsv(sv, PL_lex_stuff); attrs = op_append_elem(OP_LIST, attrs, newSVOP(OP_CONST, 0, sv)); - SvREFCNT_dec(PL_lex_stuff); + SvREFCNT_dec_NN(PL_lex_stuff); PL_lex_stuff = NULL; } else { -- cgit v1.2.1