Skip to content

Commit 621c3f8

Browse files
committed
Suppress LSAN complaints on pgbench
1 parent dbaeda1 commit 621c3f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci_scripts/suppressions/lsan.supp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,8 @@ leak:GenerateRecoveryConfig
5959
# Returns strdup'd string which never gets freed in frontend tools. Trying to
6060
# free it leads to comiler complains that it discards 'const' qualifier.
6161
leak:get_progname
62+
63+
# A buch of not freed allocations in putVariableInt right before exit(1). And
64+
# malloced `threads` ("Thread state") never gets released (allocated in main(),
65+
# once, and not in loop).
66+
leak:bin/pgbench/pgbench.c

0 commit comments

Comments
 (0)