mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:15:56 +00:00
simplepie: try to unset() rss object after update
This commit is contained in:
@@ -1170,6 +1170,10 @@
|
||||
last_updated = NOW() WHERE id = '$feed'");
|
||||
}
|
||||
|
||||
if (ENABLE_SIMPLEPIE) {
|
||||
unset($rss);
|
||||
}
|
||||
|
||||
if (defined('DAEMON_EXTENDED_DEBUG') || $_GET['xdebug']) {
|
||||
_debug("update_rss_feed: done");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user