add missing free
This commit is contained in:
parent
30cc3a79d1
commit
69ee999c88
@ -22,6 +22,7 @@ while ($row = pg_fetch_row($result)) {
|
|||||||
}
|
}
|
||||||
echo '</tr>';
|
echo '</tr>';
|
||||||
}
|
}
|
||||||
|
pg_free_result($result);
|
||||||
echo '</table>';
|
echo '</table>';
|
||||||
pg_close($conn);
|
pg_close($conn);
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user