From 83b5944dcbb09db0accd528be4906b88590d924f Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 17 May 2020 00:04:51 +0200 Subject: Stream instead of memory copy of SimplePie entries (#2972) * Stream instead of memory copy of SimplePie entries https://github.com/FreshRSS/FreshRSS/issues/2952 * Undo lines delete * Typo * Remove unaccessible code https://github.com/FreshRSS/FreshRSS/pull/2972/files#r425624163 * Back-compatibility for Feed->entries https://github.com/FreshRSS/FreshRSS/pull/2972/files#r425631913 --- p/api/pshb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p') diff --git a/p/api/pshb.php b/p/api/pshb.php index 7ae660067..e8109cbb0 100644 --- a/p/api/pshb.php +++ b/p/api/pshb.php @@ -152,7 +152,7 @@ foreach ($users as $userFilename) { } } -$simplePie->__destruct(); +$simplePie->__destruct(); //http://simplepie.org/wiki/faq/i_m_getting_memory_leaks unset($simplePie); if ($nb === 0) { -- cgit v1.2.3