Re: [dpdk-dev] [PATCH v3 2/2] app/test: delete cmdline free function

2021-10-11 Thread Dmitry Kozlyuk
2021-10-08 06:41 (UTC+), zhihongx.p...@intel.com: > From: Zhihong Peng > > Cmdline will be released in cmdline_stdin_exit function, > so it does not need to be released here. > > Fixes: acdabc450ea0 (test: fix terminal settings on exit) > Cc: sta...@dpdk.org > > Signed-off-by: Zhihong Peng

[dpdk-dev] [PATCH v3 2/2] app/test: delete cmdline free function

2021-10-07 Thread zhihongx . peng
From: Zhihong Peng Cmdline will be released in cmdline_stdin_exit function, so it does not need to be released here. Fixes: acdabc450ea0 (test: fix terminal settings on exit) Cc: sta...@dpdk.org Signed-off-by: Zhihong Peng --- app/test/test.c | 1 - app/test/test_cmdline_lib.c | 1