]> git.wh0rd.org - tt-rss.git/commit
Merge branch 'fclose-before-unlink-updater' into 'master'
authorAndrew Dolgov <cthulhoo@gmail.com>
Fri, 6 Jan 2017 17:18:06 +0000 (20:18 +0300)
committerAndrew Dolgov <cthulhoo@gmail.com>
Fri, 6 Jan 2017 17:18:06 +0000 (20:18 +0300)
commit370fe2bdcdb9042310d0d86fe10b78174a7d1cf1
tree4feb9e83339cf296fe2bf2fc682fc079691e7cbc
parent8b8568e9a3396b61778038cd55d4f1715db6b070
parent9973b13e197eb7fef58dbcb25744757c2788781e
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