Skip to content

Commit b575543

Browse files
nwc10gisle
authored andcommitted
1 parent 3786975 commit b575543

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Parser.xs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ newSVpvn(char *s, STRLEN len)
125125
static SV*
126126
check_handler(pTHX_ SV* h)
127127
{
128+
SvGETMAGIC(h);
128129
if (SvROK(h)) {
129130
SV* myref = SvRV(h);
130131
if (SvTYPE(myref) == SVt_PVCV)

0 commit comments

Comments
 (0)