Fix stack overflow introduced in #4206

This commit is contained in:
Ricardo M. Correia
2020-11-10 04:25:24 +01:00
parent b87f84cf55
commit 108a2dab7e
+1 -1
View File
@@ -195,7 +195,7 @@ class DefaultStackAllocator : public StackAllocator {
}
void deallocate(boost::context::stack_context sctx) {
deallocate(sctx);
stack.deallocate(sctx);
}
};