gnucash master: Multiple changes pushed
    John Ralls 
    jralls at code.gnucash.org
       
    Sat Oct 12 12:50:07 EDT 2019
    
    
  
Updated	 via  https://github.com/Gnucash/gnucash/commit/1d4d244c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/57e403b0 (commit)
	from  https://github.com/Gnucash/gnucash/commit/0909321d (commit)
commit 1d4d244cd65c05c83c5047803c571d379e1c98e4
Merge: 0909321d7 57e403b04
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Oct 12 09:44:16 2019 -0700
    Merge branch 'maint'.
commit 57e403b048083d7592450cf832aebb81de8b3681
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Oct 12 09:29:40 2019 -0700
    Fix segfault in test-portfolios after debug build.
    
    gnc-clear-current-session deletes the pricedb so deleting it first
    is unnecessary. Deleting it first and not nulling the pointer in
    the book leads to accessing freed memory, and debug mode poisons
    that to force a crash when it happens.
Summary of changes:
 gnucash/report/reports/standard/test/test-portfolios.scm | 3 ---
 1 file changed, 3 deletions(-)
    
    
More information about the gnucash-patches
mailing list