Changeset 387 for trunk/xc_malloc.c
- Timestamp:
- 2007-05-15T08:49:31+02:00 (6 years ago)
- File:
-
- 1 edited
-
trunk/xc_malloc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xc_malloc.c
r386 r387 178 178 static XC_SHM_DESTROY(xc_malloc_destroy) /* {{{ */ 179 179 { 180 #ifdef HAVE_XCACHE_TEST 181 zend_hash_destroy(&shm->blocks); 182 #endif 180 183 free(shm); 181 #ifdef HAVE_XCACHE_TEST182 zend_hash_destroy(&shm->blocks);183 #endif184 184 return; 185 185 }
Note: See TracChangeset
for help on using the changeset viewer.

