projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
96f5c91
)
- hossa - missed to clean the llist at rshutdown
author
Michael Wallner
<mike@php.net>
Mon, 13 Jun 2005 16:38:34 +0000
(16:38 +0000)
committer
Michael Wallner
<mike@php.net>
Mon, 13 Jun 2005 16:38:34 +0000
(16:38 +0000)
http.c
patch
|
blob
|
history
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);
}
/* }}} */