Changeset 503 for trunk/xcache.c

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

constinfos cannot be fast copied

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r502 r503  
    11791179    } zend_end_try(); 
    11801180 
     1181    if (php.constinfos) { 
     1182        efree(php.constinfos); 
     1183    } 
    11811184    if (php.funcinfos) { 
    11821185        efree(php.funcinfos);