瀏覽代碼

don't need cleanup and free

David Rose 16 年之前
父節點
當前提交
ba686b6f6a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      direct/src/plugin/p3dCert.cxx

+ 0 - 1
direct/src/plugin/p3dCert.cxx

@@ -390,7 +390,6 @@ verify_cert() {
     _verify_result = X509_STORE_CTX_get_error(ctx);
   }
 
-  X509_STORE_CTX_cleanup(ctx);
   X509_STORE_CTX_free(ctx);
 
   X509_STORE_free(store);