Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set fields to NULL after free in freeClient() (#1279)
Null out several references after freeing the object in `freeClient()`. This is just to make the code more safe, to protect against use-after-free for future changes. Signed-off-by: Qu Chen <[email protected]>
- Loading branch information