]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_ssl/regressions/ssl-52-noconn.c
Security-58286.260.20.tar.gz
[apple/security.git] / OSX / libsecurity_ssl / regressions / ssl-52-noconn.c
index d0e329ea50094fd4d47d70866cb3d87a9b9f44b9..b3e3028fb333e9128019a9e92dd1f4f52a7088dc 100644 (file)
@@ -28,6 +28,8 @@ void tests()
     ortn = SSLHandshake(ctx);
 
     is(ortn, errSSLWouldBlock, "SSLHandshake unexpected return\n");
     ortn = SSLHandshake(ctx);
 
     is(ortn, errSSLWouldBlock, "SSLHandshake unexpected return\n");
+
+    CFRelease(ctx);
 }
 
 
 }