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 dbaeda1 commit 621c3f8Copy full SHA for 621c3f8
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