Changeset 495 for trunk/xcache.c

Show
Ignore:
Timestamp:
01/04/2008 11:20:05 AM (11 months ago)
Author:
moo
Message:

shallow copy for some compiler result infos

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r492 r495  
    11661166    } zend_end_try(); 
    11671167 
    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    } 
    11691174 
    11701175    if (catched) {