We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4498a34 commit a8b92b6Copy full SHA for a8b92b6
src/pl/plperl/plperl_helpers.h
@@ -64,7 +64,7 @@ sv2cstr(SV *sv)
64
else
65
/* increase the reference count so we can just SvREFCNT_dec() it when
66
* we are done */
67
- SvREFCNT_inc(sv);
+ SvREFCNT_inc_simple_void(sv);
68
69
val = SvPVutf8(sv, len);
70
0 commit comments