Fix memory leaks in px_crypt_shacrypt().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8ab6ef2bb8d9a00d205742932eb0b6daf62b34e0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2025-04-06T15:57:22Z
Releases: 18.0
Fix memory leaks in px_crypt_shacrypt().

Per Coverity.  I don't think these are of any actual significance
since the function ought to be invoked in a short-lived context.
Still, if it's trying to be neat it should get it right.

Also const-ify a constant and fix up typedef formatting.

Files

PathChange+/−
contrib/pgcrypto/crypt-sha.c modified +8 −8
src/tools/pgindent/typedefs.list modified +1 −0