Changeset 620 for branches/1.3/xcache.c
- Timestamp:
- 2009-07-05T10:05:41+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
- Property svn:mergeinfo changed
/trunk merged: 499,501-502
- Property svn:mergeinfo changed
-
branches/1.3/xcache.c
r619 r620 1286 1286 if (op_array->arg_info) { 1287 1287 for (i = 0; i < op_array->num_args; i++) { 1288 efree((char *)op_array->arg_info[i].name);1289 if ( op_array->arg_info[i].class_name) {1290 efree((char *)op_array->arg_info[i].class_name);1288 efree((char *) ZSTR_V(op_array->arg_info[i].name)); 1289 if (ZSTR_V(op_array->arg_info[i].class_name)) { 1290 efree((char *) ZSTR_V(op_array->arg_info[i].class_name)); 1291 1291 } 1292 1292 } … … 1434 1434 xc_php_caches = NULL; 1435 1435 } 1436 xc_php_hcache.size = 0;1437 1436 1438 1437 if (xc_var_caches) { … … 1440 1439 xc_var_caches = NULL; 1441 1440 } 1442 xc_var_hcache.size = 0;1443 1441 1444 1442 if (shm) { … … 1518 1516 } 1519 1517 1520 if (xc_ var_hcache.size && !XG(var_holds)) {1518 if (xc_initized && xc_var_hcache.size && !XG(var_holds)) { 1521 1519 XG(var_holds) = calloc(xc_var_hcache.size, sizeof(xc_stack_t)); 1522 1520 for (i = 0; i < xc_var_hcache.size; i ++) {
Note: See TracChangeset
for help on using the changeset viewer.

