We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad871e commit 01584bbCopy full SHA for 01584bb
ci_scripts/suppressions/lsan.supp
@@ -59,3 +59,8 @@ leak:GenerateRecoveryConfig
59
# Returns strdup'd string which never gets freed in frontend tools. Trying to
60
# free it leads to comiler complains that it discards 'const' qualifier.
61
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