From 3006f14c8d9453c59fd80ccf769b7bc97df33e78 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Thu, 18 Oct 2012 10:04:11 +0200 Subject: [PATCH] Remove tmp files after GET request. --- modules/csync_owncloud.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/csync_owncloud.c b/modules/csync_owncloud.c index 1b89fe135e..4d96449914 100644 --- a/modules/csync_owncloud.c +++ b/modules/csync_owncloud.c @@ -1587,6 +1587,7 @@ static int owncloud_close(csync_vio_method_handle_t *fhandle) { errno = EBADF; ret = -1; } + _tunlink(tmpFileName); } }