openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_ERR_RemoveErrorStack()

void BSL_ERR_RemoveErrorStack ( bool  isRemoveAll)

Delete the error stack

Delete the error stack, which is called when a process or thread exits.

注意
This function must be called when the thread exits. Otherwise, memory leakage occurs.
参数
isRemoveAll[IN] Indicates whether to delete all error stacks. The value is true when a process exits and false when a thread exits.