- Timestamp:
- 2008-01-04T17:13:34Z (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r501 r502 1649 1649 xc_php_caches = NULL; 1650 1650 } 1651 xc_php_hcache.size = 0;1652 1651 1653 1652 if (xc_var_caches) { … … 1655 1654 xc_var_caches = NULL; 1656 1655 } 1657 xc_var_hcache.size = 0;1658 1656 1659 1657 if (shm) { … … 1734 1732 } 1735 1733 1736 if (xc_ var_hcache.size && !XG(var_holds)) {1734 if (xc_initized && xc_var_hcache.size && !XG(var_holds)) { 1737 1735 XG(var_holds) = calloc(xc_var_hcache.size, sizeof(xc_stack_t)); 1738 1736 for (i = 0; i < xc_var_hcache.size; i ++) {
Note: See TracChangeset
for help on using the changeset viewer.