RE: It is Memory leak ??

2007-04-13 Thread David Schwartz
> I have Client/Server application using openSSSL. > Server spin-off threads to handle each client SSL connection. > I get the following memory leak report when I run valgrind. > I think I am shutting down/freeing all the memory correctly. [snip] These are empty stacks. It's not a leak because th

RE: It is Memory leak ??

2007-04-13 Thread David Schwartz
> > I have Client/Server application using openSSSL. > > Server spin-off threads to handle each client SSL connection. > > I get the following memory leak report when I run valgrind. > > I think I am shutting down/freeing all the memory correctly. > [snip] > > These are empty stacks. It's not a le

RE: It is Memory leak ??

2007-04-17 Thread Dinh, Thao V CIV NSWCDD, K72
] [mailto:[EMAIL PROTECTED] On Behalf Of David Schwartz Sent: Friday, April 13, 2007 16:19 To: openssl-users@openssl.org Subject: RE: It is Memory leak ?? > > I have Client/Server application using openSSSL. > > Server spin-off threads to handle each client SSL connection. > > I

RE: It is Memory leak ??

2007-04-17 Thread David Schwartz
> Hi DS > How do we handle closure in openssl??? . I just call: [snip] > But sometimes I receive return 0 for both call. I do not know why, so I > just call one time > SSL_shutdown(ssl); > SSl_free(ssl); > close(sock); > > Please help. It depends on how you created the SSL connect

RE: It is Memory leak ??

2007-04-18 Thread Dinh, Thao V CIV NSWCDD, K72
again TD -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Schwartz Sent: Tuesday, April 17, 2007 15:21 To: openssl-users@openssl.org Subject: RE: It is Memory leak ?? > Hi DS > How do we handle closure in openssl??? . I just call: [snip]