ERR_remove_stateSection: OpenSSL (3)Updated: 2000-05-19 |
ERR_remove_stateSection: OpenSSL (3)Updated: 2000-05-19 |
#include <openssl/err.h>
void ERR_remove_state(unsigned long pid);
Since error queue data structures are allocated automatically for new threads, they must be freed when threads are terminated in order to avoid memory leaks.