X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_negotiate.c;h=a74875b7378647664a1fe35a63b72c8f17995d79;hp=76106a852adc07a4e72d4a44c43d0836d0e13fa6;hb=refs%2Fheads%2Fv2.4.x;hpb=eaa046dc3e6496e523a17c3b786ef27067b9795c 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