Avoid leaking memory if tls_config_set_alpn() is called multiple times
authorjsing <jsing@openbsd.org>
Sat, 13 Aug 2016 13:15:53 +0000 (13:15 +0000)
committerjsing <jsing@openbsd.org>
Sat, 13 Aug 2016 13:15:53 +0000 (13:15 +0000)
commit85212ddebea487445ab5fb1d281eeff4ed07824c
tree441b298da6cf3ecc9de3a00b1b01fb254a1692c8
parentb0ad1c395ce0331f75ce276286cdde6ab13903cd
Avoid leaking memory if tls_config_set_alpn() is called multiple times
(this was in the original commit, but got reverted in the recommit).
lib/libtls/tls_config.c