diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-01-07 22:23:19 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-01-07 22:49:49 +0100 |
commit | cabab5f35143c9bbecd2024519d9572c55304a51 (patch) | |
tree | 2b25cbb71b870f6bb506620fb0793ac66f699bad | |
parent | 1d3910fd8e194f4e0699507c9ded096f1ed80339 (diff) | |
download | xK-cabab5f35143c9bbecd2024519d9572c55304a51.tar.gz xK-cabab5f35143c9bbecd2024519d9572c55304a51.tar.xz xK-cabab5f35143c9bbecd2024519d9572c55304a51.zip |
Fix a memory leak in SOCKS connector
-rw-r--r-- | common.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |