mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixes from valgrind
This commit is contained in:
parent
0feaaded22
commit
676e7988fb
31 changed files with 243 additions and 147 deletions
|
@ -104,6 +104,13 @@ struct BfVariant
|
|||
return mSingle;
|
||||
return (double)mInt64;
|
||||
}
|
||||
|
||||
BfVariant()
|
||||
{
|
||||
mTypeCode = BfTypeCode_None;
|
||||
mWarnType = 0;
|
||||
mUInt64 = 0;
|
||||
}
|
||||
};
|
||||
|
||||
enum BfToken : uint8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue