mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2463 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
9ecd025107
commit
b3a302e050
@ -66,11 +66,11 @@ CNANDContentLoader::CNANDContentLoader(const std::string& _rName)
|
||||
|
||||
CNANDContentLoader::~CNANDContentLoader()
|
||||
{
|
||||
for (size_t i=0; i<m_TileMetaContent.size(); i++)
|
||||
for (size_t i=0; i<m_Content.size(); i++)
|
||||
{
|
||||
delete [] m_TileMetaContent[i].m_pData;
|
||||
delete [] m_Content[i].m_pData;
|
||||
}
|
||||
m_TileMetaContent.clear();
|
||||
m_Content.clear();
|
||||
}
|
||||
|
||||
SNANDContent* CNANDContentLoader::GetContentByIndex(int _Index)
|
||||
|
Loading…
x
Reference in New Issue
Block a user