git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3623 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-02-08 21:35:04 +00:00
parent c1dbc8ef7b
commit fc5dd365ae

View File

@ -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;