unlink source file in pdecompress program

This commit is contained in:
David Rose 2002-10-28 22:31:38 +00:00
parent 2a4eed754c
commit 23f2f97c8d

View File

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