FC Updates from BitShares and myself #21

Closed
nathanielhourt wants to merge 687 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()
{
delete current;
current = nullptr;
fc::context* temp;
for (fc::context* ready_context : ready_heap)
delete ready_context;