9 Dec
2006
9 Dec
'06
2:50 p.m.
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; }
6912
Age (days ago)
6912
Last active (days ago)
0 comments
1 participants
participants (1)
-
reimar