Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/rarfilesource.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RFS.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/RFS.cpp b/RFS.cpp
index aeb06a1..dcebf1e 100644
--- a/RFS.cpp
+++ b/RFS.cpp
@@ -493,6 +493,7 @@ int CRARFileSource::ScanArchive (wchar_t *archive_name, List<File> *file_list, i
if (!file)
{
ErrorMsg (0, L"Out of memory.");
+ delete [] rh.fh.filename;
return FALSE;
}