commit | f0196f4f718b323f29b8d84b1ba08c71f26daa32 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jun 24 14:52:18 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 06 09:34:54 2022 +0200 |
tree | c077a8dfaba01944e32f4768259ed75e64d064a9 | |
parent | d2494e0489e831cf939ef7624ae0c37fd177e868 [diff] |
CLEANUP: bwlim: Set pointers to NULL when memory is released Calls to free() are replaced by ha_free(). And otherwise, the pointers are explicitly set to NULL after a release. There is no issue here but it could help debugging sessions.