1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-12-21 23:28:51 -05:00
From libressl-portable/openbsd@20de8a4923
This commit is contained in:
TingPing 2015-01-09 17:25:45 -05:00
parent 7739c99f3f
commit 13db2011e3

View File

@ -483,7 +483,7 @@ _SSL_check_subject_altname (X509 *cert, const char *host)
if (addr != NULL)
g_object_unref (addr);
sk_GENERAL_NAME_free (altname_stack);
sk_GENERAL_NAME_pop_free (altname_stack, GENERAL_NAME_free);
return rv;
}