summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
diff options
context:
space:
mode:
authorLPFaint99 <lpfaint99@gmail.com>2009-08-04 19:05:28 +0000
committerLPFaint99 <lpfaint99@gmail.com>2009-08-04 19:05:28 +0000
commit486c9e1a6b09d589647c91073d77cb0bb86ee226 (patch)
treef299f008316ebbe14869bc4134332bae1a285488 /Source/Core/DiscIO
parent62899da626b663e679ec7128f29c15161c968b2d (diff)
Fixes issue 1242.
m_pBannerFile was deleted twice git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3939 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO')
-rw-r--r--Source/Core/DiscIO/Src/BannerLoaderWii.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/Src/BannerLoaderWii.cpp b/Source/Core/DiscIO/Src/BannerLoaderWii.cpp
index 4b71155ba8..305d262a72 100644
--- a/Source/Core/DiscIO/Src/BannerLoaderWii.cpp
+++ b/Source/Core/DiscIO/Src/BannerLoaderWii.cpp
@@ -133,7 +133,6 @@ bool CBannerLoaderWii::GetBanner(u32* _pBannerImage)
_pBannerImage[y*96+x] = Buffer[(y*192*2) + (x*2)];
}
}
- delete pBanner;
delete[] Buffer;
}
return true;