Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经编写了一个openssl程序,现在我想知道,如果openssl库调用它自己的清理函数,或者我是否必须称自己为SSL_CTX_free和SSL_free之类的清理函数?
您必须显式调用清理函数。我建议使用 Valgrind 来跟踪程序中的内存泄漏。