Обсуждение: 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:
----
REL7_3_STABLE

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

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