diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-05-21 21:15:35 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-05-21 21:15:35 +0000 |
| commit | bba8fd6481ca327fbbca12795cd13001c21d1f07 (patch) | |
| tree | 5cd04cca0e60d70ec733dee0e3de4d256205376c /Source/Core/DiscIO/Src/DiscScrubber.cpp | |
| parent | 755d333f5a40ae92590eb94dc28192eea848708f (diff) | |
small tweaks to discscrubber...32bit seems to make a fine scrub job, but fails to actually compress.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3270 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/DiscScrubber.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Src/DiscScrubber.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/Src/DiscScrubber.cpp b/Source/Core/DiscIO/Src/DiscScrubber.cpp index 3ae87091b5..1cc958a3dc 100644 --- a/Source/Core/DiscIO/Src/DiscScrubber.cpp +++ b/Source/Core/DiscIO/Src/DiscScrubber.cpp @@ -375,6 +375,8 @@ void ParsePartitionData(SPartition& _rPartition) , (*Files.at(currentFile)).m_Offset, (*Files.at(currentFile)).m_FileSize); } + delete FileSystem; + // Swap back delete m_Disc; m_Disc = OldVolume; |
