Merge branch 'PHP-8.2'

This commit is contained in:
David Carlier 2023-06-18 13:48:04 +01:00
commit 1cc563f521

View file

@ -178,6 +178,7 @@ static void pgsql_link_free(pgsql_link_handle *link)
PQclear(res); PQclear(res);
} }
if (!link->persistent) { if (!link->persistent) {
PQuntrace(link->conn);
PQfinish(link->conn); PQfinish(link->conn);
} }
PGG(num_links)--; PGG(num_links)--;