mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Cleanup mTypeCodeTypeExMap
This commit is contained in:
parent
b77a80db2c
commit
979818388e
1 changed files with 3 additions and 0 deletions
|
@ -389,6 +389,9 @@ BfIRCodeGen::~BfIRCodeGen()
|
|||
for (auto typeEx : mIRTypeExs)
|
||||
delete typeEx;
|
||||
|
||||
for (auto kv : mTypeCodeTypeExMap)
|
||||
delete kv.mValue;
|
||||
|
||||
delete mStream;
|
||||
delete mIRBuilder;
|
||||
delete mDIBuilder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue