Fix a memory leak in SOCKS connector

This commit is contained in:
Přemysl Eric Janouch 2016-01-07 22:23:19 +01:00
parent 1d3910fd8e
commit cabab5f351
1 changed files with 0 additions and 1 deletions

View File

@ -306,7 +306,6 @@ socks_4a_start (struct socks_connector *self)
}
struct str *wb = &self->write_buffer;
str_init (wb);
str_pack_u8 (wb, 4); // version
str_pack_u8 (wb, 1); // connect