Обсуждение: pgsql: Fix libpq memory leak during PQreset() --- closePGconn() was not

Поиск
Список
Период
Сортировка

pgsql: Fix libpq memory leak during PQreset() --- closePGconn() was not

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix libpq memory leak during PQreset() --- closePGconn() was not
freeing all transient state of the PGconn object.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-connect.c (r1.301.4.3 -> r1.301.4.4)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c.diff?r1=1.301.4.3&r2=1.301.4.4)