1
0
mirror of https://github.com/xzeldon/htop.git synced 2025-04-16 23:15:44 +03:00

Memory leak on NetBSD when querying full command line

This commit is contained in:
Benny Baumann 2021-10-03 01:03:04 +02:00 committed by BenBE
parent 9d8d87e1d5
commit d520199e62

@ -247,6 +247,8 @@ static void NetBSDProcessList_updateProcessName(kvm_t* kd, const struct kinfo_pr
}
Process_updateCmdline(proc, s, start, end);
free(s);
}
/*