aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/extension/manager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/extension/manager.php b/phpBB/includes/extension/manager.php
index 736c706e77..d167bc6847 100644
--- a/phpBB/includes/extension/manager.php
+++ b/phpBB/includes/extension/manager.php
@@ -63,6 +63,7 @@ class phpbb_extension_manager
$result = $this->db->sql_query($sql);
$extensions = $this->db->sql_fetchrowset($result);
+ $this->db->sql_freeresult($result);
$this->extensions = array();
foreach ($extensions as $extension)