- Timestamp:
- 08/05/2007 02:35:53 AM (16 months ago)
- Files:
-
- 1 modified
-
branches/1.2/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/xcache.c
r457 r465 1461 1461 1462 1462 err: 1463 xc_destroy();1464 1463 if (xc_php_caches || xc_var_caches) { 1464 xc_destroy(); 1465 1465 /* shm destroied in xc_destroy() */ 1466 1466 } 1467 1467 else if (shm) { 1468 xc_destroy(); 1468 1469 xc_shm_destroy(shm); 1469 1470 }

