- hossa - missed to clean the llist at rshutdown
[m6w6/ext-http] / http.c
diff --git a/http.c b/http.c
index 62f86ab011d108cbdb08c042472eb6b5d6180079..2901a88c866863a7910c014b9d8dc73117534a07 100644 (file)
--- 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);
 }
 /* }}} */