David Rose 23 лет назад
Родитель
Сommit
147af90897
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      panda/src/downloader/extractor.cxx

+ 1 - 1
panda/src/downloader/extractor.cxx

@@ -176,7 +176,7 @@ step() {
       downloader_cat.error()
         << "Unable to read subfile "
         << _multifile.get_subfile_name(_subfile_index) << ".\n";
-      cleanup();
+      reset();
       return EU_error_abort;
     }