github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
brrt \o 11:28
Geth MoarVM: 30088ed439 | (Jonathan Worthington)++ | src/core/frame.c
Fix leak of MVMFrameExtra

In some cases, we can not have a ->work, but still have frame extras to free. This could add up to quite a large leak over time in longer running programs. This was the cause of the leak in, for example,
  github.com/croservices/cro/issues/73, which now converges on a
maximum amount of memory rather than continuously growing.
17:35
travis-ci MoarVM build passed. Jonathan Worthington 'Fix leak of MVMFrameExtra 17:56
travis-ci.org/MoarVM/MoarVM/builds/468101530 github.com/MoarVM/MoarVM/compare/7...088ed43928