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

Поиск
Список
Период
Сортировка
От dpage@pgfoundry.org (User Dpage)
Тема psqlodbc - psqlodbc: The test for self being NULL in QR_Destructor()
Дата
Msg-id 20051104150325.E1CEC112503A@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
The test for self being NULL in QR_Destructor() should be the first statement. Currently, self->conn is called before
thecheck. [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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: madness@pgfoundry.org (User Madness)
Дата:
Сообщение: press - pr: Some updates, reflecting recent changes
Следующее
От: dpage@pgfoundry.org (User Dpage)
Дата:
Сообщение: psqlodbc - psqlodbc: It's C, not C++ Dave :-(