mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Remove tmp files after GET request.
This commit is contained in:
parent
9d126bc45a
commit
3006f14c8d
@ -1587,6 +1587,7 @@ static int owncloud_close(csync_vio_method_handle_t *fhandle) {
|
||||
errno = EBADF;
|
||||
ret = -1;
|
||||
}
|
||||
_tunlink(tmpFileName);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user