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 e226443 commit a47e621Copy full SHA for a47e621
src/core/execute.c
@@ -5427,6 +5427,7 @@ void exec_context_done(ExecContext *c) {
5427
5428
c->syscall_filter = hashmap_free(c->syscall_filter);
5429
c->syscall_archs = set_free(c->syscall_archs);
5430
+ c->syscall_log = hashmap_free(c->syscall_log);
5431
c->address_families = set_free(c->address_families);
5432
5433
for (ExecDirectoryType t = 0; t < _EXEC_DIRECTORY_TYPE_MAX; t++)
0 commit comments