Patch from Harvey Eneman: fixes problem on some systems where a free()
authorKen Hornstein <kenh@pobox.com>
Mon, 6 Feb 2012 16:31:18 +0000 (11:31 -0500)
committerKen Hornstein <kenh@pobox.com>
Mon, 6 Feb 2012 16:31:18 +0000 (11:31 -0500)
commitd6bc0d17efe54a1dd7110547aae4b1bb6e223bb7
tree178a4de1f9001ac6a78fff45ad51744def6fc237
parent0287c2e441fbc748cb11f96a5afd6dbdf68b0818
Patch from Harvey Eneman: fixes problem on some systems where a free()
would be called on non-malloc'd memory (only would happen if you had more
than one entry in the server: line in mts.conf).
sbr/client.c