X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_message_body.c;h=c9cea55b46f640c4dab754082687c968afd1618c;hb=59ffe749e2571c7e4bf0cce12997f95f350bd58c;hp=1129c54930fa51823e52de22f8c71329f349d036;hpb=00e24570e4af64936d3209bbbad2b0a7f88157a5;p=m6w6%2Fext-http diff --git a/php_http_message_body.c b/php_http_message_body.c index 1129c54..c9cea55 100644 --- a/php_http_message_body.c +++ b/php_http_message_body.c @@ -286,7 +286,7 @@ static inline char *format_key(uint type, char *str, ulong num, const char *pref } else if (type == HASH_KEY_IS_STRING) { new_key = estrdup(str); } else { - estrdup(""); + new_key = estrdup(""); } return new_key;