Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust freenull test for upcoming conf_api.h removal | tb | 2024-08-30 | 1 | -3/+1 |
| | |||||
* | Remove call to lh_FUNCTION_free() | tb | 2024-03-30 | 1 | -3/+1 |
| | | | | | | This is a wrapper around lh_free() which is already tested. From Christian Andersen | ||||
* | $OpenBSD$ | tb | 2018-07-10 | 1 | -0/+1 |
| | |||||
* | Now that all *_free() functions are NULL safe, we can generate the | tb | 2018-07-10 | 1 | -0/+27 |
freenull test from Symbols.list. Suggested by jsing, discussed with beck and bluhm. |