mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.2'
This commit is contained in:
commit
1cc563f521
1 changed files with 1 additions and 0 deletions
|
@ -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)--;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue