On Thu Jan 15 10:38:58 2015, [email protected] wrote: > Hi, > > I found a memory leak in s_server.c. On my x86_64 machine, this leaks 56 > bytes for each connection request. > > Patch is attached.
I'm not seeing this memory leak. The kctx object should be being freed in the call to SSL_free - and in my tests it was being. How are you testing this, and how have you determined that there was a leak? Thanks Matt _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
