Hi Ilya, > From 61f04a8ecdcfc105f732d5978180ad2ab746cc34 Mon Sep 17 00:00:00 2001 > From: Ilya Shipitsin <[email protected]> > Date: Sat, 25 May 2019 03:38:14 +0500 > Subject: [PATCH] BUG/MINOR: ssl_sock: Fix memory leak when disabling > compression > > according to manpage: > > sk_TYPE_zero() sets the number of elements in sk to zero. It does not > free sk so after this call sk is still valid. > > so we need to free all elements
Hey, good catch! I think this one has been there forever :-) Applied, thanks. Willy

