? lib/.content_encoding.c.swp
? lib/ca-bundle.h
? packages/.DS_Store
Index: lib/content_encoding.c
===================================================================
RCS file: /cvsroot/curl/curl/lib/content_encoding.c,v
retrieving revision 1.28
diff -u -r1.28 content_encoding.c
--- lib/content_encoding.c	6 Sep 2008 05:29:05 -0000	1.28
+++ lib/content_encoding.c	14 Feb 2009 03:15:27 -0000
@@ -135,6 +135,7 @@
 
       (void) inflateEnd(z);	/* don't care about the return code */
       if(inflateInit2(z, -MAX_WBITS) != Z_OK) {
+        free(decomp);
         return process_zlib_error(conn, z);
       }
       z->next_in = orig_in;

