We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e27ee commit a9c650bCopy full SHA for a9c650b
src/core/execute.c
@@ -568,6 +568,7 @@ void exec_context_done(ExecContext *c) {
568
569
c->syscall_filter = hashmap_free(c->syscall_filter);
570
c->syscall_archs = set_free(c->syscall_archs);
571
+ c->syscall_log = hashmap_free(c->syscall_log);
572
c->address_families = set_free(c->address_families);
573
574
FOREACH_ARRAY(d, c->directories, _EXEC_DIRECTORY_TYPE_MAX)
0 commit comments