]> granicus.if.org Git - pgbouncer/commit
dnslookup - forgot to strdup host name
authorMarko Kreen <markokr@gmail.com>
Tue, 12 Oct 2010 07:29:24 +0000 (10:29 +0300)
committerMarko Kreen <markokr@gmail.com>
Tue, 12 Oct 2010 07:29:24 +0000 (10:29 +0300)
commited74a83706b0045b2358ddcfebdab3f0b5e8116a
treec517af7871b47e09fcc236e1097fbbb93f4ca088
parent4a4e01c4215330aa7ebd94e4804a367af7561fb9
dnslookup - forgot to strdup host name

the original host name will be freed during reload.

also remove unnecessary list_del(), as list_pop() is used above.
src/dnslookup.c