From libressl-portable/openbsd@20de8a4923
This commit is contained in:
TingPing 2015-01-09 17:25:45 -05:00
parent 7739c99f3f
commit 13db2011e3
1 changed files with 1 additions and 1 deletions

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;
}