mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 16:51:15 +00:00
Fix call which should have been Release
This commit is contained in:
parent
2fbe91aaa5
commit
df68b05e2a
@ -6,7 +6,7 @@ using namespace TglImpl;
|
||||
GroupImpl::~GroupImpl()
|
||||
{
|
||||
if (m_data) {
|
||||
free(m_data);
|
||||
m_data->Release();
|
||||
m_data = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user