Update - OpenSSL 1.1.1-pre7-dev
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@@ -286,7 +286,6 @@ void TXT_DB_free(TXT_DB *db)
|
||||
|
||||
if (db == NULL)
|
||||
return;
|
||||
|
||||
if (db->index != NULL) {
|
||||
for (i = db->num_fields - 1; i >= 0; i--)
|
||||
lh_OPENSSL_STRING_free(db->index[i]);
|
||||
|
||||
Reference in New Issue
Block a user