Mercurial > mplayer.hg
changeset 35295:7505733df2b4
Fix incorrectly commented-out url_frees.
author | reimar |
---|---|
date | Sat, 10 Nov 2012 12:42:43 +0000 |
parents | a87b3429d9a9 |
children | 4dc2b1261d29 |
files | stream/pnm.c stream/stream_live555.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/pnm.c Sat Nov 10 12:39:45 2012 +0000 +++ b/stream/pnm.c Sat Nov 10 12:42:43 2012 +0000 @@ -831,7 +831,7 @@ stream->streaming_ctrl->bandwidth = network_bandwidth; url = url_new(stream->url); stream->streaming_ctrl->url = check4proxies(url); - //url_free(url); + url_free(url); fd = connect2Server( stream->streaming_ctrl->url->hostname, stream->streaming_ctrl->url->port ? stream->streaming_ctrl->url->port : 7070,1 );
--- a/stream/stream_live555.c Sat Nov 10 12:39:45 2012 +0000 +++ b/stream/stream_live555.c Sat Nov 10 12:42:43 2012 +0000 @@ -49,7 +49,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_LIVE555, URL: %s\n", stream->url);