simplepie: try to unset() rss object after update

This commit is contained in:
Andrew Dolgov 2007-10-24 08:00:05 +01:00
parent 02ceed6e07
commit ac6ebdb38a
1 changed files with 4 additions and 0 deletions

View File

@ -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");
}