mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-14 11:27:09 -04:00
SimplePie Fuite de mémoire PHP 5.2
https://github.com/marienfressinaud/FreshRSS/issues/415 http://simplepie.org/wiki/faq/i_m_getting_memory_leaks (Pas testé)
This commit is contained in:
@@ -246,6 +246,7 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
|
||||
$feedDAO->updateFeed($feed->id(), array('url' => $feed->url()));
|
||||
}
|
||||
$feed->faviconPrepare();
|
||||
unset($feed);
|
||||
} catch (FreshRSS_Feed_Exception $e) {
|
||||
Minz_Log::record ($e->getMessage (), Minz_Log::NOTICE);
|
||||
$feedDAO->updateLastUpdate ($feed->id (), 1);
|
||||
|
||||
Reference in New Issue
Block a user