Skip to content

Commit 64ce4c4

Browse files
RafaelGSSsmithc
andauthored
fixup! fixup! deps: call OPENSSL_free after ANS1_STRING_to_UTF8
Co-authored-by: smithc <[email protected]>
1 parent 13654da commit 64ce4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/ncrypto/ncrypto.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4671,7 +4671,7 @@ std::pair<std::string, std::string> X509Name::Iterator::operator*() const {
46714671

46724672
return {
46734673
std::move(name_str),
4674-
std::move(out)
4674+
std::move(out)};
46754675
}
46764676

46774677
// ============================================================================

0 commit comments

Comments
 (0)