# HG changeset patch # User reimar # Date 1127922204 0 # Node ID 3e63ab4120b2530aa5b2a9b9d2e183a6eb3a0f9d # Parent 465ad78c43c9037e36c048881197fd0fd6dc41af another url_free that shouldn't be commented out. diff -r 465ad78c43c9 -r 3e63ab4120b2 libmpdemux/http.c --- a/libmpdemux/http.c Wed Sep 28 15:37:30 2005 +0000 +++ b/libmpdemux/http.c Wed Sep 28 15:43:24 2005 +0000 @@ -899,7 +899,7 @@ stream->streaming_ctrl->bandwidth = network_bandwidth; url = url_new(stream->url); stream->streaming_ctrl->url = check4proxies(url); - //url_free(url); + url_free(url); mp_msg(MSGT_OPEN, MSGL_INFO, "STREAM_HTTP(2), URL: %s\n", stream->url); seekable = http_streaming_start(stream, file_format);