fix crash on EntityClassFGD:: re realise()

This commit is contained in:
Garux 2021-04-07 03:00:10 +03:00
parent c6c978a38f
commit 281096da58

View File

@ -51,6 +51,7 @@ ListAttributeTypes g_listTypesFGD;
void EntityClassFGD_clear(){
g_EntityClassFGD_classes.clear();
for ( BaseClasses::iterator i = g_EntityClassFGD_bases.begin(); i != g_EntityClassFGD_bases.end(); ++i )
{
( *i ).second->free( ( *i ).second );