unlink source file in pdecompress program
This commit is contained in:
parent
2a4eed754c
commit
23f2f97c8d
|
|
@ -197,6 +197,7 @@ decompress(const Filename &source_file) {
|
|||
}
|
||||
|
||||
cleanup();
|
||||
_source_filename.unlink();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue