Mercurial > mplayer.hg
changeset 16614:3e63ab4120b2
another url_free that shouldn't be commented out.
author | reimar |
---|---|
date | Wed, 28 Sep 2005 15:43:24 +0000 |
parents | 465ad78c43c9 |
children | aede77b9e276 |
files | libmpdemux/http.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);