Skip to content
Snippets Groups Projects
Commit 48dc435c authored by roman.padenkov's avatar roman.padenkov
Browse files

fixed memory lake

parent 9416b4ef
No related branches found
No related tags found
3 merge requests!1848[+] Added output of the list of addresses on which blocked, allowed, sending...,!1843hotfix-13137,!1770feature-12805_m
......@@ -797,6 +797,7 @@ json_object *dap_db_history_tx_all(dap_chain_t *a_chain, dap_chain_net_t *a_net,
l_count++;
}
log_it(L_DEBUG, "END getting tx from chain");
a_chain->callback_datum_iter_delete(l_datum_iter);
json_object_object_add(json_obj_summary, "network", json_object_new_string(a_net->pub.name));
json_object_object_add(json_obj_summary, "chain", json_object_new_string(a_chain->name));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment