f373369a9c
The function now has to be called before application exit. At the moment it only frees the dynamically allocated DPDK command line option strings - something that was previously done from an atexit() callback - but there's more to free there. Note: the function descriptions were partially copied from equivalent DPDK functions. Change-Id: I5f4a6607fdfadff9325917259f58fcbc2cedba1a Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/447676 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>