OSDN Git Service

Remove duplicate PQclear(res) operations leading to double free() and
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Sep 2004 00:49:04 +0000 (00:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Sep 2004 00:49:04 +0000 (00:49 +0000)
commitf7332e88b901fbca98d5c3df83b2358548ad07e8
tree9a18a904ef87afab58514f39d882b930b0b90ca7
parent1ad687827607ee02a51182ea8a255c230e61c740
Remove duplicate PQclear(res) operations leading to double free() and
subsequent core dump.  It looks like at one time DBLINK_RES_ERROR_AS_NOTICE
didn't include a PQclear, but now it does and so these other ones are
duplicate.
contrib/dblink/dblink.c