[MPlayer-cvslog] r21558 - trunk/stream/http.c

reimar subversion at mplayerhq.hu
Sat Dec 9 20:50:08 CET 2006


Author: reimar
Date: Sat Dec  9 20:50:08 2006
New Revision: 21558

Modified:
   trunk/stream/http.c

Log:
Fix misplaced http_free


Modified: trunk/stream/http.c
==============================================================================
--- trunk/stream/http.c	(original)
+++ trunk/stream/http.c	Sat Dec  9 20:50:08 2006
@@ -858,8 +858,8 @@
 err_out:
 	if (fd > 0) closesocket( fd );
 	res = -1;
-out:
 	http_free( http_hdr );
+out:
 	return res;
 }
 



More information about the MPlayer-cvslog mailing list