summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/http.c b/stream/http.c
index 17613e71df..899c850ee2 100644
--- a/stream/http.c
+++ b/stream/http.c
@@ -858,8 +858,8 @@ static int http_streaming_start(stream_t *stream, int* file_format) {
err_out:
if (fd > 0) closesocket( fd );
res = -1;
-out:
http_free( http_hdr );
+out:
return res;
}