mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fixed a mismatched delete within PSPGamedataInstallDialog.cpp. Should be delete[].
This commit is contained in:
parent
0e7871f30c
commit
ce806d8c05
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ int PSPGamedataInstallDialog::Update() {
|
|||
pspFileSystem.CloseFile(inhandle);
|
||||
}
|
||||
updateProgress();
|
||||
delete temp;
|
||||
delete[] temp;
|
||||
} else {
|
||||
//What is this?
|
||||
request.unknownResult1 = readFiles;
|
||||
|
|
Loading…
Add table
Reference in a new issue