From: Andrew Dolgov Date: Fri, 6 Jan 2017 17:18:06 +0000 (+0300) Subject: Merge branch 'fclose-before-unlink-updater' into 'master' X-Git-Tag: 17.1~23 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=370fe2bdcdb9042310d0d86fe10b78174a7d1cf1;p=tt-rss.git Merge branch 'fclose-before-unlink-updater' into 'master' If Windows, fclose() before unlink() in updater.php Windows barks an error if you try to unlink() a file while the pointer is still open(); If running under Windows, fclose() the handle before the unlink(); See merge request !36 --- 370fe2bdcdb9042310d0d86fe10b78174a7d1cf1