pgsql: Fixed incorrect memory management.

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fixed incorrect memory management.
Date: 2009-09-03 10:24:49
Message-ID: 20090903102449.1BB80753FB7@cvs.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fixed incorrect memory management.

Modified Files:
--------------
pgsql/src/interfaces/ecpg/ecpglib:
execute.c (r1.86 -> r1.87)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/execute.c?r1=1.86&r2=1.87)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-09-03 18:48:14 pgsql: Install a workaround for a longstanding gcc bug that allows
Previous Message Michael Meskes 2009-09-03 09:59:20 pgsql: Removed some variables no longer needed.