Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 commits from dapp-support into latest-fc
Showing only changes of commit 918502e29e - Show all commits

View file

@ -52,6 +52,7 @@ namespace fc {
~thread_d() ~thread_d()
{ {
delete current; delete current;
current = nullptr;
fc::context* temp; fc::context* temp;
for (fc::context* ready_context : ready_heap) for (fc::context* ready_context : ready_heap)
delete ready_context; delete ready_context;