25495407cb
In the doxygen description of rte_kvargs_process(), it is said:
If *kvlist* is NULL function does nothing.
It has been added by mistake here instead of rte_kvargs_free().
Anyway, null list should be correctly handled in both functions.
Comments are fixed in both functions and NULL handling is added
to rte_kvargs_process().
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
meson.build | ||
rte_kvargs_version.map | ||
rte_kvargs.c | ||
rte_kvargs.h |