From: Andrew Dolgov Date: Wed, 24 Oct 2007 07:00:05 +0000 (+0100) Subject: simplepie: try to unset() rss object after update X-Git-Tag: 1.2.17~53 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ac6ebdb38a1704d140f449e7b3a041059153bcae;p=tt-rss.git simplepie: try to unset() rss object after update --- diff --git a/functions.php b/functions.php index 15f6843b..23e028a3 100644 --- a/functions.php +++ b/functions.php @@ -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"); }