ソースを参照

*** empty log message ***

Mike Goslin 25 年 前
コミット
b46c629f0c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      panda/src/downloader/extractor.cxx

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

@@ -81,10 +81,10 @@ initiate(Filename &source_file, const Filename &rel_path) {
   _source_file_length = _read_stream.tellg();
   _source_file_length = _read_stream.tellg();
   _read_stream.seekg(0, ios::beg);
   _read_stream.seekg(0, ios::beg);
 
 
-  // Read from the source file and write to the appropriate extracted file
   _total_bytes_read = 0;
   _total_bytes_read = 0;
   _read_all_input = false;
   _read_all_input = false;
   _handled_all_input = false;
   _handled_all_input = false;
+  _mfile.reset();
   return ES_success;
   return ES_success;
 }
 }