https://bugs.kde.org/show_bug.cgi?id=412705
Mariusz Glebocki <m...@arccos-1.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m...@arccos-1.net --- Comment #2 from Mariusz Glebocki <m...@arccos-1.net> --- Create + open + unlink should fix any possible problem with leftover files. >From man 2 unlink: unlink() deletes a name from the filesystem. If that name was the last link to a file and no processes have the file open, the file is deleted and the space it was using is made available for reuse. If the name was the last link to a file but any processes still have the file open, the file will remain in existence until the last file descriptor referring to it is closed. -- You are receiving this mail because: You are watching all bug changes.