1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 16:45:55 +00:00

Merge pull request #14 from vertecx/master

Close pointer to lock file before unlinking
This commit is contained in:
Andrew Dolgov
2011-12-07 01:45:05 -08:00

View File

@@ -121,5 +121,9 @@
db_close($link);
if ($lock_handle != false) {
fclose($lock_handle);
}
unlink(LOCK_DIRECTORY . "/$lock_filename");
?>