gnucash maint: [gnc-module.c] free a GList* properly

Christopher Lam clam at code.gnucash.org
Tue Aug 24 10:32:56 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/9ddb9e82 (commit)
	from  https://github.com/Gnucash/gnucash/commit/38327657 (commit)



commit 9ddb9e821550c28647b54d5c4de3ee5c84acebb8
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Aug 24 22:31:37 2021 +0800

    [gnc-module.c] free a GList* properly
    
    g_list_free (current) was a NOP because current became NULL after the
    preceding GList traversal.



Summary of changes:
 libgnucash/gnc-module/gnc-module.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)



More information about the gnucash-patches mailing list