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
1 changed files with 2 additions and 0 deletions

View File

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