Changeset 495 for trunk/xcache.c
- Timestamp:
- 01/04/2008 11:20:05 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r492 r495 1166 1166 } zend_end_try(); 1167 1167 1168 xc_free_php(&php TSRMLS_CC); 1168 if (php.funcinfos) { 1169 efree(php.funcinfos); 1170 } 1171 if (php.classinfos) { 1172 efree(php.classinfos); 1173 } 1169 1174 1170 1175 if (catched) {

