]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix memory leaks in pg_locale_icu.c.
authorJeff Davis <jdavis@postgresql.org>
Thu, 29 Jan 2026 18:37:09 +0000 (10:37 -0800)
committerJeff Davis <jdavis@postgresql.org>
Thu, 26 Feb 2026 20:15:23 +0000 (12:15 -0800)
commit4761f2eee6c0617f54dc7b6d95d28d9ba8f034c7
tree25d96e5be3670c1f08b8f064b7909b3ebc161d80
parentb6b7e96365eb7b5f79d4e655afcfb4f9cb12ab88
Fix memory leaks in pg_locale_icu.c.

The backport prior to 18 requires minor modification due to code
refactoring.

Discussion: https://postgr.es/m/e2b7a0a88aaadded7e2d19f42d5ab03c9e182ad8.camel@j-davis.com
Backpatch-through: 16
src/backend/utils/adt/pg_locale.c