Changeset 8638 for branches/windows-client/src/client/sysint/sys-getattr.sm
- Timestamp:
- 11/24/10 17:25:05 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/windows-client/src/client/sysint/sys-getattr.sm
r8633 r8638 521 521 522 522 /* TODO: attempting to free this frame causes heap fault. 523 Make a copy 524 PINT_sm_push_frame(smcb, 0, &sm_p->msgarray_op); */ 523 Make a copy */ 524 PINT_sm_push_frame(smcb, 0, &sm_p->msgarray_op); 525 /* 525 526 { 526 527 PINT_sm_msgarray_op *copy = malloc(sizeof(PINT_sm_msgarray_op)); … … 528 529 PINT_sm_push_frame(smcb, 0, copy); 529 530 } 531 */ 530 532 531 533 return SM_ACTION_COMPLETE;
