MySQL :: MySQL 8.4 C API Developer Guide :: 8.2.1 mysql_thread_end() (original) (raw)

Description

Call this function as necessary before callingpthread_exit() to free memory allocated bymysql_thread_init():

mysql_thread_end() is not invoked automatically by the client library.