diff options
Diffstat (limited to 'src/DSi_NAND.cpp')
-rw-r--r-- | src/DSi_NAND.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/DSi_NAND.cpp b/src/DSi_NAND.cpp index 59f582f..b6b83ab 100644 --- a/src/DSi_NAND.cpp +++ b/src/DSi_NAND.cpp @@ -131,6 +131,9 @@ NANDImage& NANDImage::operator=(NANDImage&& other) noexcept { if (this != &other) { + if (CurFile) + CloseFile(CurFile); + CurFile = other.CurFile; eMMC_CID = other.eMMC_CID; ConsoleID = other.ConsoleID; |