components/openssl/openssl-default/patches/102-wanboot.patch
changeset 5914 b2220d33b0b8
parent 5171 4e8b3c0ea78c
child 6247 af889a8e1145
--- a/components/openssl/openssl-default/patches/102-wanboot.patch	Tue Apr 26 12:09:07 2016 +0200
+++ b/components/openssl/openssl-default/patches/102-wanboot.patch	Wed May 04 07:10:45 2016 -0700
@@ -568,6 +568,8 @@
 +#ifndef	_BOOT
      custom_exts_free(&c->cli_ext);
      custom_exts_free(&c->srv_ext);
+     if (c->alpn_proposed)
+         OPENSSL_free(c->alpn_proposed);
  #endif
 +#endif
      OPENSSL_free(c);