mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-06 13:17:44 +03:00
execute: free syscall_log hashmap when done
Fixes #35394 (cherry picked from commit c3dc460b6c3f062af540e4233c65ac12c01077fa) (cherry picked from commit f15fd96efd5ebdfb18746acb0cbb35a4331b4d8b)
This commit is contained in:
parent
37e27eeec8
commit
a9c650b207
@ -568,6 +568,7 @@ void exec_context_done(ExecContext *c) {
|
||||
|
||||
c->syscall_filter = hashmap_free(c->syscall_filter);
|
||||
c->syscall_archs = set_free(c->syscall_archs);
|
||||
c->syscall_log = hashmap_free(c->syscall_log);
|
||||
c->address_families = set_free(c->address_families);
|
||||
|
||||
FOREACH_ARRAY(d, c->directories, _EXEC_DIRECTORY_TYPE_MAX)
|
||||
|
Loading…
Reference in New Issue
Block a user