gnucash stable: [gnc-gsettings.cpp] plug a char* leak
Christopher Lam
clam at code.gnucash.org
Mon Jun 19 21:22:34 EDT 2023
Updated via https://github.com/Gnucash/gnucash/commit/b331ec97 (commit)
from https://github.com/Gnucash/gnucash/commit/16640be6 (commit)
commit b331ec974e3b3d061a9de3edf91e31b2d1146d57
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Mon Jun 19 23:47:14 2023 +0800
[gnc-gsettings.cpp] plug a char* leak
full_name leaks if it's already in schema_hash hash table. It would be
better to convert GHashTable to unordered_map.
Summary of changes:
libgnucash/app-utils/gnc-gsettings.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the gnucash-patches
mailing list