Skip to content

Commit 8a1bed1

Browse files
dtardonbluca
authored andcommitted
execute: free syscall_log hashmap when done
Fixes #35394 (cherry picked from commit c3dc460) (cherry picked from commit f15fd96) (cherry picked from commit a9c650b) (cherry picked from commit 742f323)
1 parent 4a4e4c6 commit 8a1bed1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/execute.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5569,6 +5569,7 @@ void exec_context_done(ExecContext *c) {
55695569

55705570
c->syscall_filter = hashmap_free(c->syscall_filter);
55715571
c->syscall_archs = set_free(c->syscall_archs);
5572+
c->syscall_log = hashmap_free(c->syscall_log);
55725573
c->address_families = set_free(c->address_families);
55735574

55745575
for (ExecDirectoryType t = 0; t < _EXEC_DIRECTORY_TYPE_MAX; t++)

0 commit comments

Comments
 (0)