Skip to content
Snippets Groups Projects
Commit 07b75c00 authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

Merge branch 'bugfix-8398' into 'release-5.2'

Bugfix 8398

See merge request !1073
parents a83f6ba6 95c9fbb0
No related branches found
No related tags found
1 merge request!1073Bugfix 8398
Pipeline #25779 passed with stage
in 8 minutes and 23 seconds
......@@ -850,6 +850,8 @@ static void s_callback_cs_blocks_purge(dap_chain_t *a_chain)
}
pthread_rwlock_unlock(&PVT(l_blocks)->rwlock);
dap_chain_block_chunks_delete(PVT(l_blocks)->chunks);
PVT(l_blocks)->block_cache_last = NULL;
PVT(l_blocks)->block_cache_first = NULL;
PVT(l_blocks)->chunks = dap_chain_block_chunks_create(l_blocks);
}
......
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