simplehash: Free collisions array in SH_STAT While SH_STAT() is only used for debugging, the allocated array can be large, and therefore should be freed.
It's unclear why coverity started warning now. Reported-by: Tom Lane <[email protected]> Reported-by: Coverity Discussion: https://postgr.es/m/[email protected] Backpatch: 12- Branch ------ REL_13_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/eabf98e949e3a655494a32ceb8d146117cce0505 Modified Files -------------- src/include/lib/simplehash.h | 3 +++ 1 file changed, 3 insertions(+)
