]> 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:31 +0000 (12:15 -0800)
commita4515c9b41bcf7ff6d9ea012938706bd73e3fd54
tree8cfee9c10faba6be09f88a59ba132258ecd4b03d
parent99b0786e0747baf3ce0361c9fe7be6d08db13c50
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