source:
branches/fc15-dev/server/common/patches/php-zend-llist-destroy.patch
@
2041
Last change on this file since 2041 was 2041, checked in by ezyang, 14 years ago | |
---|---|
File size: 243 bytes |
Rev | Line | |
---|---|---|
[2041] | 1 | --- php-5.3.8-orig/Zend/zend_llist.c 2011-11-09 14:50:55.691289017 -0500 |
2 | +++ php-5.3.8/Zend/zend_llist.c 2011-11-10 21:11:02.585017295 -0500 | |
3 | @@ -117,6 +117,8 @@ | |
4 | current = next; | |
5 | } | |
6 | ||
7 | + l->head = NULL; | |
8 | + l->tail = NULL; | |
9 | l->count = 0; | |
10 | } | |
11 |
Note: See TracBrowser
for help on using the repository browser.