X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http.c;h=e0f61fc893f027a1525a185a5e81444e5180da1b;hb=ac27503d8f6b671d2c7e19dda55e943c1cb57e50;hp=930e179a13a572c9acfbb88d8aaa3f029bf8102b;hpb=15eb1d1f8f77ed2481169c792715c11656182795;p=m6w6%2Fext-http diff --git a/http.c b/http.c index 930e179..e0f61fc 100644 --- a/http.c +++ b/http.c @@ -485,7 +485,7 @@ PHP_MSHUTDOWN_FUNCTION(http) { UNREGISTER_INI_ENTRIES(); #ifdef HTTP_HAVE_CURL - //phpstr_free(&HTTP_G(curlbuf)); + phpstr_dtor(&HTTP_G(curlbuf)); curl_global_cleanup(); #endif return SUCCESS; @@ -518,7 +518,7 @@ PHP_RSHUTDOWN_FUNCTION(http) } #ifdef HTTP_HAVE_CURL - //phpstr_free(&HTTP_G(curlbuf)); + phpstr_dtor(&HTTP_G(curlbuf)); #endif return SUCCESS;