]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl: cleanup must free compression methods
authorJay Satiro <raysatiro@yahoo.com>
Fri, 20 May 2016 20:44:01 +0000 (16:44 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Fri, 20 May 2016 20:44:01 +0000 (16:44 -0400)
commit3caaeffbe8ded4deaeb946d23631b04507bee408
tree4021657d940a1405021925b44abdc03667852a0c
parent3123dad89c2739fccce9404eb83819740d4f2d2f
openssl: cleanup must free compression methods

- Free compression methods if OpenSSL 1.0.2 to avoid a memory leak.

Bug: https://github.com/curl/curl/issues/817
Reported-by: jveazey@users.noreply.github.com
lib/vtls/openssl.c