Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Oct 6, 2023
1 parent 6e626ab commit a74eaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/pem.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void aws_pem_objects_clear(struct aws_array_list *cert_chain) {

if (pem_obj_ptr != NULL) {
aws_byte_buf_clean_up_secure(&pem_obj_ptr->data);
aws_string_destroy(&pem_obj_ptr->type_string);
aws_string_destroy(pem_obj_ptr->type_string);
}
}

Expand Down

0 comments on commit a74eaab

Please sign in to comment.