OpenSSL ERR_remove_state(3openssl)
NNNNAAAAMMMMEEEEERR_remove_state - free a thread's error queue
SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS#include
void ERR_remove_state(unsigned long pid);
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNNERR_remove_state() frees the error queue associated with
thread ppppiiiidddd. If ppppiiiidddd == 0, the current thread will have its error queue removed. 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. RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEEERR_remove_state() returns no value.
SSSSEEEEEEEE AAAALLLLSSSSOOOO err(3) HHHHIIIISSSSTTTTOOOORRRRYYYYERR_remove_state() is available in all versions of SSLeay
and OpenSSL.19/May/2000 Last change: 0.9.8o 1