1
mirror of https://github.com/mpv-player/mpv synced 2024-10-14 11:54:36 +02:00

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:
albeu 2002-02-22 14:05:41 +00:00
parent 0c907bca26
commit c39148ec8a

View File

@ -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;
}