Thread: pgsql: Don't try to free pgpassfile since it's a stack variable.

pgsql: Don't try to free pgpassfile since it's a stack variable.

From
mha@postgresql.org (Magnus Hagander)
Date:
Log Message:
-----------
Don't try to free pgpassfile since it's a stack variable.

Martin Pitt

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-connect.c (r1.351 -> r1.352)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c?r1=1.351&r2=1.352)