Skip to content
Snippets Groups Projects
Commit e3725242 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Fixed warning

parent 0b135fbd
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ int dap_chain_node_cli_init_py(dap_config_t *g_config){
dap_chain_node_cli_init(g_config);
l_str_reply_list = NULL;
l_element_py_func_list = NULL;
return 0;
}
void dap_chain_node_cli_delete_py(void){
element_py_func_del_all();
......
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