diff options
-rw-r--r-- | protocols/http_client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/http_client.c b/protocols/http_client.c index fa735426..17745b08 100644 --- a/protocols/http_client.c +++ b/protocols/http_client.c @@ -340,6 +340,7 @@ got_reply: if( req->fd < 0 ) error = 1; } + g_free( new_host ); if( error ) { |