mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixes from valgrind
This commit is contained in:
parent
0feaaded22
commit
676e7988fb
31 changed files with 243 additions and 147 deletions
|
@ -370,8 +370,7 @@ BfCompiler::BfCompiler(BfSystem* bfSystem, bool isResolveOnly)
|
|||
mHadCancel = false;
|
||||
mCompileState = CompileState_None;
|
||||
|
||||
//mMaxInterfaceSlots = 4;
|
||||
mContext = new BfContext(this);
|
||||
//mMaxInterfaceSlots = 4;
|
||||
mHotData = NULL;
|
||||
mHotState = NULL;
|
||||
mHotResolveData = NULL;
|
||||
|
@ -479,8 +478,7 @@ BfCompiler::BfCompiler(BfSystem* bfSystem, bool isResolveOnly)
|
|||
|
||||
mLastAutocompleteModule = NULL;
|
||||
|
||||
//if (isResolveOnly)
|
||||
//mCeMachine = NULL;
|
||||
mContext = new BfContext(this);
|
||||
mCeMachine = new CeMachine(this);
|
||||
mCurCEExecuteId = -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue