[twsocket] EnterCriticalSection(SslCritSect) called after Finalization calls DeleteCriticalSection(SslCritSect)

2013-05-11 Thread John Reid
issue? Is there any way to *fix* this short of removing the use of the SslCritSect in UnloadSsl? Thanks in advance for any help. -- *John Reid* *Software Development Manager* 6415 South 3000 East Suite 150 Salt Lake City, UT 84121 Phone: 801.305.3995 Fax: 801.521.6222 *www.piracle.com*

Re: [twsocket] EnterCriticalSection(SslCritSect) called afterFinalization calls DeleteCriticalSection(SslCritSect)

2013-05-11 Thread John Reid
this is a question for another forum). On Sat, May 11, 2013 at 7:55 AM, Arno Garrels wrote: > John Reid wrote: > > The Finalization > > section calls DeleteCriticalSection(SslCritSect). > > TComponent.DestroyComponent calls the destructor of all its > > components. Those

Re: [twsocket] EnterCriticalSection(SslCritSect) called after Finalization calls DeleteCriticalSection(SslCritSect)

2013-05-11 Thread John Reid
ing and test for this value in UnloadSSL. > > On 11/05/2013 15:42, John Reid wrote: > >> We are using the ICS in an application that emails various entities (not >> spam). Recently, we ran into an issue where the application would not shut >> down properly. On some systems