psqlodbc - psqlodbc: The test for self being NULL in QR_Destructor()

From: dpage(at)pgfoundry(dot)org (User Dpage)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: The test for self being NULL in QR_Destructor()
Date: 2005-11-04 15:03:25
Message-ID: 20051104150325.E1CEC112503A@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
The test for self being NULL in QR_Destructor() should be the first statement. Currently, self->conn is called before the check. [Rainer Bauer]

Modified Files:
--------------
psqlodbc:
qresult.c (r1.57 -> r1.58)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/qresult.c.diff?r1=1.57&r2=1.58)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpage 2005-11-04 15:17:54 psqlodbc - psqlodbc: It's C, not C++ Dave :-(
Previous Message User Madness 2005-11-04 14:34:19 press - pr: Some updates, reflecting recent changes