10000 Tidy sanitizers' suppressions list and fix some mem leaks by dAdAbird · Pull Request #438 · percona/postgres · GitHub
[go: up one dir, main page]

Skip to content

Tidy sanitizers' suppressions list and fix some mem leaks #438

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 10, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
8000
Diff view
Diff view
Prev Previous commit
Fix typo
Co-authored-by: Artem Gavrilov <charlieblackwood7@gmail.com>
  • Loading branch information
dAdAbird and artemgavrilov authored Jul 1, 2025
commit 12018d40d0a9c44aa236133ea12d528205bea0af
2 changes: 1 addition & 1 deletion contrib/pg_tde/src/access/pg_tde_tdemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ pg_tde_fetch_wal_keys(XLogRecPtr start_lsn)
wal_rec = pg_tde_add_wal_key_to_cache(&stub_key, InvalidXLogRecPtr);

#ifdef FRONTEND
/* The backen frees it after copying to the cache. */
/* The backend frees it after copying to the cache. */
pfree(principal_key);
#endif
LWLockRelease(lock_pk);
Expand Down
Loading
0