yaid.c: Reorder `proxy_query': don't use `c' after `conn_init'.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 20 Oct 2012 12:54:12 +0000 (13:54 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 21 Oct 2012 15:08:58 +0000 (16:08 +0100)
commit79805e61788e52f2cf8b6563b3656d5e40529d09
tree4265fadf01d7b8793bf45f94c6f03f100d37f0ff
parent95df134c16f744e4ca2f65a0e4823c4a96b8f5b7
yaid.c: Reorder `proxy_query': don't use `c' after `conn_init'.

It might have been freed if the connection completes immediately (so
`proxy_connected' is called synchronously) and then something goes
wrong (so `c' will be freed).
yaid.c