diff options
| author | Mat M <mathew1800@gmail.com> | 2016-09-14 11:30:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-14 11:30:02 -0400 |
| commit | 564d04cdd3b3960ef59b357f8493a4541a19ace0 (patch) | |
| tree | 37a4dec3d29fde5003a4d34fa94b39ace5b72b1d /Source/Core/DiscIO/NANDContentLoader.cpp | |
| parent | ea7e73449659dd5ba4ae224d83ab03ac1a79411a (diff) | |
| parent | eccec3c6d394aa17ce4faa055458dcecddff6f36 (diff) | |
Merge pull request #4212 from EmptyChaos/nand-leak
DiscIO: Fix NAND Memory Leak
Diffstat (limited to 'Source/Core/DiscIO/NANDContentLoader.cpp')
| -rw-r--r-- | Source/Core/DiscIO/NANDContentLoader.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/NANDContentLoader.cpp b/Source/Core/DiscIO/NANDContentLoader.cpp index 7e108f98e2..98978d98b0 100644 --- a/Source/Core/DiscIO/NANDContentLoader.cpp +++ b/Source/Core/DiscIO/NANDContentLoader.cpp @@ -29,6 +29,8 @@ namespace DiscIO { +CNANDContentData::~CNANDContentData() = default; + CSharedContent::CSharedContent() { UpdateLocation(); |
