[MPlayer-cvslog] CVS: main/libmpdemux asf_streaming.c,1.56,1.57

Reimar Döffinger CVS syncmail at mplayerhq.hu
Tue Sep 6 23:08:38 CEST 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	asf_streaming.c 
Log Message:
check4proxies always creates a copy, so url should be freed


Index: asf_streaming.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/asf_streaming.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- asf_streaming.c	26 Jul 2005 18:55:20 -0000	1.56
+++ asf_streaming.c	6 Sep 2005 21:08:36 -0000	1.57
@@ -849,7 +849,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_ASF, URL: %s\n", stream->url);
 	if((!strncmp(stream->url, "http", 4)) && (*file_format!=DEMUXER_TYPE_ASF && *file_format!=DEMUXER_TYPE_UNKNOWN)) {




More information about the MPlayer-cvslog mailing list