Show
Ignore:
Timestamp:
11/24/10 17:25:05 (2 years ago)
Author:
sampson
Message:

Testing client

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/windows-client/src/client/sysint/sys-getattr.sm

    r8633 r8638  
    521521 
    522522    /* 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    /* 
    525526    { 
    526527        PINT_sm_msgarray_op *copy = malloc(sizeof(PINT_sm_msgarray_op)); 
     
    528529        PINT_sm_push_frame(smcb, 0, copy); 
    529530    } 
     531    */ 
    530532 
    531533    return SM_ACTION_COMPLETE;