mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-26 17:51:16 +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()
|
GroupImpl::~GroupImpl()
|
||||||
{
|
{
|
||||||
if (m_data) {
|
if (m_data) {
|
||||||
free(m_data);
|
m_data->Release();
|
||||||
m_data = NULL;
|
m_data = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user