1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Comptime debugging fix with non-incremental builds (ie: Release)

This commit is contained in:
Brian Fiete 2022-03-21 11:14:19 -07:00
parent cab7f3cdb7
commit 18794e7db6
3 changed files with 25 additions and 12 deletions

View file

@ -8487,6 +8487,8 @@ CeMachine::CeMachine(BfCompiler* compiler)
CeMachine::~CeMachine()
{
BF_ASSERT(mDebugger == NULL);
for (auto context : mContextList)
delete context;