add missing free

This commit is contained in:
2018-12-22 19:50:23 -03:00
parent 30cc3a79d1
commit 69ee999c88

View File

@@ -22,6 +22,7 @@ while ($row = pg_fetch_row($result)) {
}
echo '</tr>';
}
pg_free_result($result);
echo '</table>';
pg_close($conn);
?>