mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3623 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
c1dbc8ef7b
commit
fc5dd365ae
@ -119,8 +119,7 @@ gnc_html_history_append(gnc_html_history * hist,
|
||||
!g_strcmp(hn->location, node->location) &&
|
||||
!g_strcmp(hn->label, node->label)) {
|
||||
if(hist->destroy_cb) {
|
||||
(hist->destroy_cb)((gnc_html_history_node *)n->data,
|
||||
hist->destroy_cb_data);
|
||||
(hist->destroy_cb)(hn, hist->destroy_cb_data);
|
||||
}
|
||||
gnc_html_history_node_destroy(node);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user