mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 00:57:24 +03:00
Memory leak on NetBSD when querying full command line
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user