mirror of https://github.com/Gnucash/gnucash
When accounts are deleted that have an open register window a component not found error is triggered. After the account is destroyed, a call to 'gnc_resume_gui_refresh' calls 'gnc_gui_refresh_internal' and this then calls 'find_component_ids_by_class' which is used in order resulting in 'register-single' being unregistered before 'GncPluginPageRegister' and hence 'ld' being freed but the register not knowing this. Reversing the list fixes this.pull/319/head
parent
34d921803d
commit
f1dd8cfaf1
Loading…
Reference in new issue