Changeset 465 for branches/1.2/xcache.c

Show
Ignore:
Timestamp:
08/05/2007 04:35:53 AM (6 years ago)
Author:
moo
Message:

fixed #102, Segmentation fault with xcache.var_size=1K

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2/xcache.c

    r457 r465  
    14611461 
    14621462err: 
    1463     xc_destroy(); 
    14641463    if (xc_php_caches || xc_var_caches) { 
     1464        xc_destroy(); 
    14651465        /* shm destroied in xc_destroy() */ 
    14661466    } 
    14671467    else if (shm) { 
     1468        xc_destroy(); 
    14681469        xc_shm_destroy(shm); 
    14691470    }