openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_ERR_RemoveErrStringBatch()

void BSL_ERR_RemoveErrStringBatch ( void  )

Delete the error description

The error description is deleted. If BSL_ERR_AddErrStringBatch is called, you need to use this API to release the memory.

注意
This API must be called when a process exits. Otherwise, memory leakage occurs. Called before releasing the lock.