[MPlayer-cvslog] CVS: main/libmpdemux http.c,1.29,1.30

Reimar Döffinger CVS syncmail at mplayerhq.hu
Wed Sep 28 17:43:26 CEST 2005


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv23282

Modified Files:
	http.c 
Log Message:
another url_free that shouldn't be commented out.


Index: http.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/http.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- http.c	6 Sep 2005 21:00:57 -0000	1.29
+++ http.c	28 Sep 2005 15:43:24 -0000	1.30
@@ -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);




More information about the MPlayer-cvslog mailing list