summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-01-23 12:03:01 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-01-23 12:03:01 +0000
commit4f955540f5cca37f1f1ddc27b1d76eb635aa9d46 (patch)
tree501718bcee10ed25c713f04d09d15d2be89ebe91 /libpcsxcore
parent76b5a9d8d816be8ab788c0ffac327336bd5fa783 (diff)
downloadpcsxr-4f955540f5cca37f1f1ddc27b1d76eb635aa9d46.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@40660 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/ppf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/ppf.c b/libpcsxcore/ppf.c
index 5e563c19..a137d71b 100644
--- a/libpcsxcore/ppf.c
+++ b/libpcsxcore/ppf.c
@@ -179,7 +179,7 @@ void BuildPPFCache() {
u32 anz; // use 32-bit to avoid stupid overflows
s32 ladr, off, anx;
- ppfHead = NULL;
+ FreePPFCache();
// Generate filename in the format of SLUS_123.45
buffer[0] = toupper(CdromId[0]);