aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/extractor
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/db/extractor')
-rw-r--r--phpBB/phpbb/db/extractor/postgres_extractor.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/extractor/postgres_extractor.php b/phpBB/phpbb/db/extractor/postgres_extractor.php
index 9eff1f568d..a98e39621c 100644
--- a/phpBB/phpbb/db/extractor/postgres_extractor.php
+++ b/phpBB/phpbb/db/extractor/postgres_extractor.php
@@ -72,6 +72,7 @@ class postgres_extractor extends base_extractor
$this->flush($sql_data . ";\n");
}
}
+ $this->db->sql_freeresult($result);
$sql_data = '-- Table: ' . $table_name . "\n";
$sql_data .= "DROP TABLE $table_name;\n";