From cbdcd051c63c4ff98dfb4ff45388e722f8d0a2de Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 27 Mar 2026 13:10:26 +0000 Subject: Switch the extensible system to using shared pointers. --- modules/extra/ssl_openssl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/extra/ssl_openssl.cpp') diff --git a/modules/extra/ssl_openssl.cpp b/modules/extra/ssl_openssl.cpp index 96b4f8c09..4c3a736e7 100644 --- a/modules/extra/ssl_openssl.cpp +++ b/modules/extra/ssl_openssl.cpp @@ -548,7 +548,7 @@ private: void VerifyCertificate() { - auto* certinfo = new ssl_cert(); + auto certinfo = std::make_shared(); this->certificate = certinfo; auto* cert = SSL_get1_peer_certificate(sess); -- cgit v1.3.1-10-gc9f91