Changeset 216 for trunk/xcache.c

Show
Ignore:
Timestamp:
10/07/2006 01:54:00 AM (2 years ago)
Author:
moo
Message:

avoid crash when error compiling

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r213 r216  
    10431043        xc_sandbox_free(&sandbox, 0 TSRMLS_CC); 
    10441044    } 
     1045    else if (!op_array) { 
     1046        /* failed to compile free it, no install */ 
     1047        xc_sandbox_free(&sandbox, 0 TSRMLS_CC); 
     1048    } 
    10451049    else { 
    10461050        CG(active_op_array) = op_array;