X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http.c;h=2901a88c866863a7910c014b9d8dc73117534a07;hp=62f86ab011d108cbdb08c042472eb6b5d6180079;hb=27a97b116661d33cf46e79640652e901f356c6ce;hpb=96f5c917e43d94f2d5d7f092a09422db6b13f307 diff --git a/http.c b/http.c index 62f86ab..2901a88 100644 --- a/http.c +++ b/http.c @@ -148,6 +148,7 @@ static inline void http_globals_free(zend_http_globals *G) zend_hash_destroy(&G->request.methods.custom); zend_llist_clean(&G->request.copies.strings); zend_llist_clean(&G->request.copies.slists); + zend_llist_clean(&G->request.copies.contexts); } /* }}} */