projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca10784
)
execute: free syscall_log hashmap when done
author
David Tardon
<dtardon@redhat.com>
Thu, 28 Nov 2024 12:33:55 +0000
(13:33 +0100)
committer
Mike Yuan
<me@yhndnzj.com>
Thu, 28 Nov 2024 15:45:02 +0000
(16:45 +0100)
Fixes #35394
src/core/execute.c
patch
|
blob
|
history
diff --git
a/src/core/execute.c
b/src/core/execute.c
index 2c5a5db10efff418e9ee8e89e6049d463befc0f6..3d55b0b772ece0546e20e6da7a7cf6cca81223b8 100644
(file)
--- a/
src/core/execute.c
+++ b/
src/core/execute.c
@@
-672,6
+672,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)