Переглянути джерело

unlink source file in pdecompress program

David Rose 23 роки тому
батько
коміт
23f2f97c8d
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      panda/src/downloader/decompressor.cxx

+ 1 - 0
panda/src/downloader/decompressor.cxx

@@ -197,6 +197,7 @@ decompress(const Filename &source_file) {
   }
   }
 
 
   cleanup();
   cleanup();
+  _source_filename.unlink();
   return true;
   return true;
 }
 }