Changeset 467
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svnmerge-integrated changed from /branches/1.2:1-324,328,334,339,354,358,380,423,428,430,432,447,449,453 to /branches/1.2:1-324,328,334,339,354,358,380,423,428,430,432,447,449,453,465
-
trunk/xcache.c
r456 r467 1651 1651 1652 1652 err: 1653 xc_destroy();1654 1653 if (xc_php_caches || xc_var_caches) { 1654 xc_destroy(); 1655 1655 /* shm destroied in xc_destroy() */ 1656 1656 } 1657 1657 else if (shm) { 1658 xc_destroy(); 1658 1659 xc_shm_destroy(shm); 1659 1660 }

