]> granicus.if.org Git - php/commitdiff
Revert bad commit.
authorfoobar <sniper@php.net>
Thu, 23 Nov 2000 16:31:58 +0000 (16:31 +0000)
committerfoobar <sniper@php.net>
Thu, 23 Nov 2000 16:31:58 +0000 (16:31 +0000)
# And now I'm ready to sleep..

ext/curl/curl.c

index e8b23a30cf6b50e0a28b47a54b9e41a907fef765..d2a30af4186a9babff8c3357b6d849ba01ce399c 100644 (file)
@@ -268,8 +268,8 @@ PHP_MSHUTDOWN_FUNCTION(curl)
        return SUCCESS;
 }
 
-static void curl_free_string(void *string) {
-       free(string);
+static void curl_free_string(void **string) {
+       efree(*string);
 }
 
 /* {{{ proto string curl_version(void)