Memory leak on OpenBSD when querying full command line

This commit is contained in:
Benny Baumann 2021-10-03 01:03:17 +02:00 committed by BenBE
parent d520199e62
commit f75a8bc3a1
1 changed files with 2 additions and 0 deletions

View File

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