* release 0.6.0
[m6w6/ext-http] / http.c
diff --git a/http.c b/http.c
index fdeb84f35973d91b24d362ac4302e617b980232f..7cb3c4cdf8b6d06d880777c0cbd2679b490fbdcf 100644 (file)
--- a/http.c
+++ b/http.c
@@ -478,6 +478,7 @@ PHP_RSHUTDOWN_FUNCTION(http)
                efree(HTTP_G(ctype));
                HTTP_G(ctype) = NULL;
        }
                efree(HTTP_G(ctype));
                HTTP_G(ctype) = NULL;
        }
+
 #ifdef HTTP_HAVE_CURL
        if (HTTP_G(curlbuf).data) {
                efree(HTTP_G(curlbuf).data);
 #ifdef HTTP_HAVE_CURL
        if (HTTP_G(curlbuf).data) {
                efree(HTTP_G(curlbuf).data);
@@ -486,6 +487,7 @@ PHP_RSHUTDOWN_FUNCTION(http)
                HTTP_G(curlbuf).free = 0;
        }
 #endif
                HTTP_G(curlbuf).free = 0;
        }
 #endif
+
        return SUCCESS;
 }
 /* }}} */
        return SUCCESS;
 }
 /* }}} */