1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-19 22:01:10 +00:00

Fix misplaced http_free

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21558 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-12-09 19:50:08 +00:00
parent fd020fc4f7
commit f847af0e29

View File

@ -858,8 +858,8 @@ static int http_streaming_start(stream_t *stream, int* file_format) {
err_out:
if (fd > 0) closesocket( fd );
res = -1;
out:
http_free( http_hdr );
out:
return res;
}