mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
Fix symbol rename regression in processes
This commit is contained in:
parent
6cc9fa4c3e
commit
94f97b93e8
@ -171,7 +171,7 @@ QueryData genProcesses(QueryContext& context) {
|
||||
while ((proc_info = readproc(proc, NULL))) {
|
||||
if (!context.constraints["pid"].matches<int>(proc_info->tid)) {
|
||||
// Optimize by not searching when a pid is a constraint.
|
||||
standard_freeproc(proc_info);
|
||||
standardFreeproc(proc_info);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user