Mike Hearn wrote:
Mike Hearn <[EMAIL PROTECTED]>
Rob Shearman <[EMAIL PROTECTED]>
Implement StdMarshal::ReleaseMarshalData

+ res = IRpcStubBuffer_Release(stub);

I'm not sure but, is there a hypothical race condition here when a thread switch takes place and someone tries to reuse the stub while valid is not set to TRUE yet (but the stub has already been released)?

+ stubs[i].valid = FALSE;
---
Jeroen Janssen





Reply via email to