diff options
Diffstat (limited to 'src/lib/libcrypto/x509/by_dir.c')
| -rw-r--r-- | src/lib/libcrypto/x509/by_dir.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/by_dir.c b/src/lib/libcrypto/x509/by_dir.c index fdfca6140a..554f6600dc 100644 --- a/src/lib/libcrypto/x509/by_dir.c +++ b/src/lib/libcrypto/x509/by_dir.c | |||
| @@ -184,8 +184,7 @@ by_dir_hash_cmp(const BY_DIR_HASH * const *a, | |||
| 184 | static void | 184 | static void |
| 185 | by_dir_entry_free(BY_DIR_ENTRY *ent) | 185 | by_dir_entry_free(BY_DIR_ENTRY *ent) |
| 186 | { | 186 | { |
| 187 | if (ent->dir) | 187 | free(ent->dir); |
| 188 | free(ent->dir); | ||
| 189 | if (ent->hashes) | 188 | if (ent->hashes) |
| 190 | sk_BY_DIR_HASH_pop_free(ent->hashes, by_dir_hash_free); | 189 | sk_BY_DIR_HASH_pop_free(ent->hashes, by_dir_hash_free); |
| 191 | free(ent); | 190 | free(ent); |
