gnucash maint: [import-main-matcher] plug Hash Table & GList leaks.

Christopher Lam clam at code.gnucash.org
Sun Jul 17 03:36:51 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/85af9156 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a000c05c (commit)



commit 85af91569c62203f3a4e88075af40fb1b1ee6828
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Jul 17 14:58:22 2022 +0800

    [import-main-matcher] plug Hash Table & GList leaks.
    
    A couple of hash tables were not destroyed.
    
    GList* list was being modified to NULL therefore not freed with
    g_list_free_full.



Summary of changes:
 gnucash/import-export/import-main-matcher.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)



More information about the gnucash-patches mailing list