「view this page in B3 βῆτα server」

Revisions №57385

branch: master 「№57385」
Commited by: Rocco Moretti
GitHub commit link: 「a71179feac203066」
Difference from previous tested commit:  code diff
Commit date: 2014-10-30 10:56:44

Fix instance of shared_from_this from stack object LoopRelaxMover was allocating a sub-mover on the stack. The problem is that in the apply of the submover, shared_from_this() was being called, resulting in an error under our new pointer scheme. Allocation was changed to be on the heap rather than on the stack. Thanks to @schaarj for pointing out this issue.

...