X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_negotiate.c;h=a74875b7378647664a1fe35a63b72c8f17995d79;hp=76106a852adc07a4e72d4a44c43d0836d0e13fa6;hb=791511f3bc18cdc68b3f27b43d9396cf56d99e5a;hpb=731b6a841374147b766c850b2a90c6bfade6f9f1 diff --git a/php_http_negotiate.c b/php_http_negotiate.c index 76106a8..a74875b 100644 --- a/php_http_negotiate.c +++ b/php_http_negotiate.c @@ -141,7 +141,7 @@ HashTable *php_http_negotiate(const char *value_str, size_t value_len, HashTable add_index_double(&arr, key.num, q); } - STR_FREE(key.str); + PTR_FREE(key.str); } #if 0