Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 932d84b95fea69e4547ecce41b78912c93a31319 https://github.com/Perl/perl5/commit/932d84b95fea69e4547ecce41b78912c93a31319 Author: Karl Williamson <[email protected]> Date: 2022-08-14 (Sun, 14 Aug 2022)
Changed paths:
M locale.c
Log Message:
-----------
locale.c: Fix memory leak
An early return from a function failed to free memory (that the normal
return does).
