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 4a4e4c6 commit 8a1bed1Copy full SHA for 8a1bed1
src/core/execute.c
@@ -5569,6 +5569,7 @@ void exec_context_done(ExecContext *c) {
5569
5570
c->syscall_filter = hashmap_free(c->syscall_filter);
5571
c->syscall_archs = set_free(c->syscall_archs);
5572
+ c->syscall_log = hashmap_free(c->syscall_log);
5573
c->address_families = set_free(c->address_families);
5574
5575
for (ExecDirectoryType t = 0; t < _EXEC_DIRECTORY_TYPE_MAX; t++)
0 commit comments