diff options
| author | John Peterson <jpeterson57@gmail.com> | 2009-01-04 21:53:41 +0000 |
|---|---|---|
| committer | John Peterson <jpeterson57@gmail.com> | 2009-01-04 21:53:41 +0000 |
| commit | eb2ce16a6cdfe7703f063b6c8a960ffb43e3a1a8 (patch) | |
| tree | 7db34b2e01c28f9b5a32beb27d12c2c9c12602eb /Source/Core/DiscIO | |
| parent | 1ed27a4fc1d8337f8ec65ab3a6944d70944f034f (diff) | |
Interface and general: Fixed the hangings and crashes that would occur from repeated Start and Stop, added optional toolbar themes, made the fullscreen mode in the OpenGL plugin more user friendly for Windows users
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1770 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO')
| -rw-r--r-- | Source/Core/DiscIO/Src/VolumeGC.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/Src/VolumeGC.cpp b/Source/Core/DiscIO/Src/VolumeGC.cpp index 88a4229363..03799fe809 100644 --- a/Source/Core/DiscIO/Src/VolumeGC.cpp +++ b/Source/Core/DiscIO/Src/VolumeGC.cpp @@ -38,6 +38,7 @@ CVolumeGC::CVolumeGC(IBlobReader* _pReader) CVolumeGC::~CVolumeGC() { delete m_pReader; + m_pReader = NULL; // I don't think this makes any difference, but anyway } bool CVolumeGC::Read(u64 _Offset, u64 _Length, u8* _pBuffer) const |
