Hello,

I have an application that uses fastmm4 to track memory.
It informed me of an memory leak that I traced down to:  
TWSocketClient.TriggerSessionClosed

This procedure does a New(PIdRec);
This record is only disposed of when the postmessage returns true.

In my program this isn't the case.
Does somebody know how this is supposed to work?

One other thing I noticed. This record contains a reference to the client 
socket.
When this message that is posted is processed to late this socket does not 
exist anymore.

Is there some convention I have to follow in creating and destroying clients?

Thank you,

Henk van der Meer

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to