From ce806d8c057300aa4cca97d0ecdc88f1f05a28c9 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 2 Oct 2013 19:05:21 -0400 Subject: [PATCH] Fixed a mismatched delete within PSPGamedataInstallDialog.cpp. Should be delete[]. --- Core/Dialog/PSPGamedataInstallDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Dialog/PSPGamedataInstallDialog.cpp b/Core/Dialog/PSPGamedataInstallDialog.cpp index 2f5b3208d7..97fe7b94ef 100644 --- a/Core/Dialog/PSPGamedataInstallDialog.cpp +++ b/Core/Dialog/PSPGamedataInstallDialog.cpp @@ -108,7 +108,7 @@ int PSPGamedataInstallDialog::Update() { pspFileSystem.CloseFile(inhandle); } updateProgress(); - delete temp; + delete[] temp; } else { //What is this? request.unknownResult1 = readFiles;