NAME
ERRremovestate - free a thread's error queue
SYNOPSIS
#include
void ERRremovestate(unsigned long pid);DESCRIPTION
ERRremovestate() frees the error queue associated with thread ppiidd. If ppiidd == 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. RREETTUURRNN VVAALLUUEE ERRremovestate() returns no value.SEE ALSO
err(3) HISTORY ERRremovestate() is available in all versions of SSLeay and OpenSSL.0.9.7l 2000-05-19 ERRremovestate(3)