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)
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).


No differences found