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

BoxedType dtor change

This commit is contained in:
Brian Fiete 2021-12-16 09:42:43 -05:00
parent 612368b0f7
commit a70aecf692

View file

@ -2631,7 +2631,7 @@ void BfTupleType::Finish()
BfBoxedType::~BfBoxedType()
{
if ((mTypeDef != NULL) && (mTypeDef->mEmitParent != NULL))
mTypeDef = mTypeDef->mEmitParent;
mTypeDef = NULL;
}
BfType* BfBoxedType::GetModifiedElementType()