summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeWad.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-08-31 09:34:58 -0400
committerLioncash <mathew1800@gmail.com>2014-08-31 14:48:57 -0400
commit4cb46879bc2fb517d0db70d5bcb53685a9ab0102 (patch)
tree95ad6c206fdfa5c923fce2f7a4f8fe68d0c9243b /Source/Core/DiscIO/VolumeWad.cpp
parentea7eee1f585c60cfade51269e356c75c8e16955b (diff)
DiscIO: Move some raw pointers over to unique_ptr
Diffstat (limited to 'Source/Core/DiscIO/VolumeWad.cpp')
-rw-r--r--Source/Core/DiscIO/VolumeWad.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/VolumeWad.cpp b/Source/Core/DiscIO/VolumeWad.cpp
index 0277156cb1..cdcc79e2e1 100644
--- a/Source/Core/DiscIO/VolumeWad.cpp
+++ b/Source/Core/DiscIO/VolumeWad.cpp
@@ -41,7 +41,6 @@ CVolumeWAD::CVolumeWAD(IBlobReader* _pReader)
CVolumeWAD::~CVolumeWAD()
{
- delete m_pReader;
}
bool CVolumeWAD::Read(u64 _Offset, u64 _Length, u8* _pBuffer) const