analyze: fix minor memleak

This commit is contained in:
Lennart Poettering 2019-10-25 16:05:11 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent ea334dc328
commit 81610e9609
1 changed files with 1 additions and 1 deletions

View File

@ -1713,7 +1713,7 @@ static void kernel_syscalls_remove(Set *s, const SyscallFilterSet *set) {
if (syscall[0] == '@')
continue;
(void) set_remove(s, syscall);
free(set_remove(s, syscall));
}
}