From c39148ec8a3d0a561bcfd654e5d9bbd1d337cd58 Mon Sep 17 00:00:00 2001 From: albeu Date: Fri, 22 Feb 2002 14:05:41 +0000 Subject: Finnaly figured out this little long living bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4803 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux/network.c') diff --git a/libmpdemux/network.c b/libmpdemux/network.c index 407ff2f6c2..2f71facfa6 100644 --- a/libmpdemux/network.c +++ b/libmpdemux/network.c @@ -439,7 +439,7 @@ extension=NULL; if( next_url!=NULL ) { close( fd ); url_free( url ); - url = url_new( next_url ); + streaming_ctrl->url = url = url_new( next_url ); http_free( http_hdr ); redirect = 1; } -- cgit v1.2.3