X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_message_api.c;h=d0c8f486947c41d6236854d5b5a9b00470b99149;hp=dd597fccf32dbc6a466d1c857f16611a0b34085d;hb=5c5ddf9042732a05100245844fe2fb70bfe6d495;hpb=f6a58b4f97105ba3c3177116c18672f1b8ba4179 diff --git a/http_message_api.c b/http_message_api.c index dd597fc..d0c8f48 100644 --- a/http_message_api.c +++ b/http_message_api.c @@ -400,7 +400,6 @@ PHP_HTTP_API void _http_message_tostruct_recursive(http_message *msg, zval *obj } add_assoc_zval(&strct, "parentMessage", parent); http_message_tostruct_recursive(msg->parent, parent); - zval_ptr_dtor(&parent); } else { add_assoc_null(&strct, "parentMessage"); }