Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 8771ee452dafdaf695956865631e6de4c9062634 https://github.com/Perl/perl5/commit/8771ee452dafdaf695956865631e6de4c9062634 Author: Karl Williamson <[email protected]> Date: 2023-01-05 (Thu, 05 Jan 2023)
Changed paths:
M locale.c
Log Message:
-----------
locale.c: Don't SAVEFREEPV a void
This appears to have been working, but Newx is documented as returning a
void, so that SAVEFREEPV() would have been doing nothing.
