Changeset 322
- Timestamp:
- 12/10/2006 08:14:46 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r321 r322 1316 1316 } 1317 1317 1318 xc_free_php(&php TSRMLS_CC); 1319 xc_sandbox_free(&sandbox, 0 TSRMLS_CC); 1318 if (newlycompiled) { 1319 xc_free_php(&php TSRMLS_CC); 1320 xc_sandbox_free(&sandbox, 0 TSRMLS_CC); 1321 } 1320 1322 1321 1323 if (stored_xce) { … … 1334 1336 1335 1337 err_aftersandbox: 1336 xc_free_php(&php TSRMLS_CC); 1337 xc_sandbox_free(&sandbox, 0 TSRMLS_CC); 1338 if (newlycompiled) { 1339 xc_free_php(&php TSRMLS_CC); 1340 xc_sandbox_free(&sandbox, 0 TSRMLS_CC); 1341 } 1338 1342 1339 1343 if (catched) {

