Closed srpatel19590 closed 4 years ago
@oxarbitrage I've been instructed to raise PR in latest-fc
. @pbattu123 please share the FC Gitflow
Unsure if
latest-fc
is the branch we want to merge this or just directlymaster
. Please explain briefly for the record the FC flow.Code looks good.
Git flow for fc:
Thank you @pbattu123
In thread::quit() { ... my->start_next_fiber(true) ... } my->start_next_fiber(true) - an exception is raised from here and a context has yet a pointer to the task that will never released and memory will not freed. So to avoid such situation in ~thread_d() lets release it.
Reference: https://github.com/bitshares/bitshares-fc/pull/130