Re: [PATCH v2] app/proc-info: add rte_eal_cleanup() to avoid memory leak

2023-07-16 Thread Stephen Hemminger
On Sun, 4 Sep 2022 17:28:45 +0500 Fidaullah Noonari wrote: > when app is launched with -m proc-info exit without > rte_eal_cleanup() causing memory leakage. This commit resolves the > memory leakage issue and closes app properly. > > Bugzilla id: 898 The new eventdev stats could have the same

[PATCH v2] app/proc-info: add rte_eal_cleanup() to avoid memory leak

2022-09-04 Thread Fidaullah Noonari
when app is launched with -m proc-info exit without rte_eal_cleanup() causing memory leakage. This commit resolves the memory leakage issue and closes app properly. Bugzilla id: 898 Signed-off-by: Fidaullah Noonari --- app/proc-info/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)