aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 441bd06cfa..41c31e75b1 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -263,6 +263,7 @@ if ($config = $cache->get('config'))
{
$config[$row['config_name']] = $row['config_value'];
}
+ $db->sql_freeresult($result);
}
else
{