Changeset 353 for trunk/xcache.c
- Timestamp:
- 2007-02-13T07:09:00+01:00 (6 years ago)
- File:
-
- 1 edited
-
trunk/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r345 r353 1324 1324 if (newlycompiled) { 1325 1325 xc_free_php(&php TSRMLS_CC); 1326 xc_sandbox_free(&sandbox, 0 TSRMLS_CC);1327 1326 } 1328 1327 … … 1337 1336 h = NULL; 1338 1337 } 1338 if (newlycompiled) { 1339 xc_sandbox_free(&sandbox, 0 TSRMLS_CC); 1340 } 1339 1341 return xc_compile_restore(stored_xce, h TSRMLS_CC); 1342 } 1343 else { 1344 if (newlycompiled) { 1345 /* install it */ 1346 CG(active_op_array) = op_array; 1347 xc_sandbox_free(&sandbox, 1 TSRMLS_CC); 1348 } 1340 1349 } 1341 1350 return op_array;
Note: See TracChangeset
for help on using the changeset viewer.

