diff options
author | SVN Migration <svn@php.net> | 2002-09-08 15:38:45 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2002-09-08 15:38:45 +0000 |
commit | e94c67742f6f4bf9fe9a381273d1ea6a16db5ec3 (patch) | |
tree | 7cb16c2c460931bbf4798a79167770dfb48ff643 /Zend/zend_llist.c | |
parent | 6c22f90b4a3d24a8da83e78f8eef97cba6c05197 (diff) | |
download | php-git-php-4.3.0dev_zend2_alpha3.tar.gz |
This commit was manufactured by cvs2svn to create tagphp-4.3.0dev_zend2_alpha3
'php_4_3_0_dev_zend2_alpha3'.
Diffstat (limited to 'Zend/zend_llist.c')
-rw-r--r-- | Zend/zend_llist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_llist.c b/Zend/zend_llist.c index b9f8eb2b10..bb47f9b459 100644 --- a/Zend/zend_llist.c +++ b/Zend/zend_llist.c @@ -82,8 +82,8 @@ ZEND_API void zend_llist_prepend_element(zend_llist *l, void *element) }\ if ((l)->dtor) {\ (l)->dtor((current)->data);\ - pefree((current), (l)->persistent);\ }\ + pefree((current), (l)->persistent);\ --l->count; |