mirror of https://github.com/mpv-player/mpv
Finnaly figured out this little long living bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4803 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0c907bca26
commit
c39148ec8a
|
@ -439,7 +439,7 @@ extension=NULL;
|
||||||
if( next_url!=NULL ) {
|
if( next_url!=NULL ) {
|
||||||
close( fd );
|
close( fd );
|
||||||
url_free( url );
|
url_free( url );
|
||||||
url = url_new( next_url );
|
streaming_ctrl->url = url = url_new( next_url );
|
||||||
http_free( http_hdr );
|
http_free( http_hdr );
|
||||||
redirect = 1;
|
redirect = 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue