Ilya Shipitsin e242f3dfb8 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

[wt: seems like it has been there forever and should be backported
 to all stable branches]
2019-05-25 07:45:55 +02:00
..
2019-04-26 17:06:32 +02:00
2019-04-01 07:44:56 +02:00
2019-05-23 10:20:55 +02:00