Skip to content
Snippets Groups Projects
Commit 38ae5b21 authored by Constantin Papizh's avatar Constantin Papizh
Browse files

Bare freeing corrupts memory

parent 03f7babc
No related branches found
No related tags found
1 merge request!14Bare freeing corrupts memory
......@@ -178,7 +178,7 @@ void dap_chain_wallet_close( dap_chain_wallet_t * a_wallet)
// TODO Make clean struct dap_chain_wallet_internal_t (certs, addr)
DAP_DELETE(l_wallet_internal->addr);
DAP_DELETE(l_wallet_internal->file_name);
DAP_DELETE(l_wallet_internal->certs);
//DAP_DELETE(l_wallet_internal->certs);
DAP_DELETE(l_wallet_internal);
DAP_DELETE(a_wallet);
}
......
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