add missing free
This commit is contained in:
@@ -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);
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user