diff --git a/Source/Core/DiscIO/Src/NANDContentLoader.cpp b/Source/Core/DiscIO/Src/NANDContentLoader.cpp index 1ef32a892b..5ba850866c 100644 --- a/Source/Core/DiscIO/Src/NANDContentLoader.cpp +++ b/Source/Core/DiscIO/Src/NANDContentLoader.cpp @@ -62,7 +62,15 @@ CNANDContentLoader::CNANDContentLoader(const std::string& _rName) { // _dbg_assert_msg_(BOOT, 0, "CNANDContentLoader loads neither folder nor file"); } - +} + +CNANDContentLoader::~CNANDContentLoader() +{ + for (size_t i=0; i m_TitleMetaContent; + std::vector m_Content; bool CreateFromDirectory(const std::string& _rPath); bool CreateFromWAD(const std::string& _rName);