gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Thu May 13 10:07:31 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/ce34d0a4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b42d2c43 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6dcf8f8e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3bd251a0 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f10b0339 (commit)



commit ce34d0a4beaf6e2a5f2b0106a00ce39c75fc1781
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu May 13 20:06:11 2021 +0800

    [gnc-plugin-page-register.c] plug leaks
    
    * g_free where appropriate
    * remove unnecessary g_strdup
    * don't use the string returned by g_strdelimit; it modifies the
    argument

commit b42d2c43801c51b4a343a10b51bdb9ace98138c3
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu May 13 08:04:10 2021 +0800

    [dialog-doclink-utils.c] don't use g_strdelimit return val

commit 6dcf8f8e6ba96584f50a9683dc051cac34100945
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu May 13 08:03:50 2021 +0800

    [gnc-split-reg.c] don't use g_strdelimit return val

commit 3bd251a096161531e8a1d615554978a3c1700734
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu May 13 08:03:15 2021 +0800

    [combocell-gnome.c] simplify, more explicit assignments



Summary of changes:
 gnucash/gnome-utils/dialog-doclink-utils.c        |  2 +-
 gnucash/gnome/gnc-plugin-page-register.c          | 48 ++++++++++++-----------
 gnucash/gnome/gnc-split-reg.c                     |  4 +-
 gnucash/register/register-gnome/combocell-gnome.c | 16 +++-----
 4 files changed, 33 insertions(+), 37 deletions(-)



More information about the gnucash-patches mailing list