Fix memory leaks in lmdb code (new'd strings)

This commit is contained in:
Martin Vierula
2023-09-17 11:36:08 -07:00
parent 8594cb8a7d
commit dc2e38e242
2 changed files with 14 additions and 22 deletions

View File

@@ -1,6 +1,8 @@
v3.x.y - YYYY-MMM-DD (to be released)
-------------------------------------
- Fix memory leaks in lmdb code (new'd strings)
[Issue #2983 - @martinhsv]
- Configure: add additional name to pcre2 pkg-config list
[Issue #2939 - @agebhar1, @fzipi, @martinhsv]