This patch fixes a potential segfault that can happen if a dbc handle is created...
authorDave Page <dpage@pgadmin.org>
Tue, 25 Oct 2005 07:35:19 +0000 (07:35 +0000)
committerDave Page <dpage@pgadmin.org>
Tue, 25 Oct 2005 07:35:19 +0000 (07:35 +0000)
commitbc8e95b08f8201251ed91bcf00e0dafaa3b1b445
tree79a3b87e7271e98d4706fb96c8a58acd083a0da0
parent06517b6e187bcb4078958d87c31b227b90296b9c
This patch fixes a potential segfault that can happen if a dbc handle is created and then destroyed without attempting a connection.
[Scot Loach]
connection.c