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

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't try to free pgpassfile since it's a stack variable.
Date: 2007-10-09 15:03:28
Message-ID: 20071009150328.2191D753E4C@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2007-10-09 15:03:30 pgsql: Don't try to free pgpassfile since it's a stack variable.
Previous Message Simon Riggs 2007-10-09 09:12:16 Re: [COMMITTERS] pgsql: Added the Skytools extended transaction ID module to contrib as