@@ -576,10 +576,11 @@ int re_pikevm(rcode *prog, const char *s, const char **subp, int nsubp)
npc+=*(npc+1)*2+2;
gotoaddthread;
caseMATCH:
if(matched)
if(matched){
decref(matched)
subidx=0;
}
matched=nsub;
subidx=0;
gotobreak_for;
}
decref(nsub)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.