aiMetaData: introduce aiMetaData::Dealloc.

This commit is contained in:
Kim Kulling
2017-05-25 22:35:27 +02:00
parent fb33199d99
commit f3407ef804
2 changed files with 9 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ protected:
}
virtual void TearDown() {
delete m_data;
aiMetadata::Dealloc( m_data );
}
};