diff libmpdemux/http.c @ 16614:3e63ab4120b2

another url_free that shouldn't be commented out.
author reimar
date Wed, 28 Sep 2005 15:43:24 +0000
parents be6bbd50ec20
children c45409728a9d
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);