Skip to content

Commit

Permalink
does it not like consecutive UNPROTECT() calls?
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Jul 29, 2024
1 parent 77f0547 commit 4832c60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rbindlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,6 @@ SEXP rbindlist(SEXP l, SEXP usenamesArg, SEXP fillArg, SEXP idcolArg, SEXP ignor
}
}
}
UNPROTECT(nprotect); // coercedForFactor?
UNPROTECT(2); // ans, ansNames
UNPROTECT(2 + nprotect); // ans, ansNames, coercedForFactor?
return(ans);
}

0 comments on commit 4832c60

Please sign in to comment.