forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaf7e90a
committed
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 <tgl@sss.pgh.pa.us>Reported-by: CoverityDiscussion:https://postgr.es/m/3005248.1712538233@sss.pgh.pa.usBackpatch: 12-1 parent3e60e95 commitaf7e90a
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1119 | 1119 |
| |
1120 | 1120 |
| |
1121 | 1121 |
| |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
1122 | 1125 |
| |
1123 | 1126 |
| |
1124 | 1127 |
| |
|
0 commit comments
Comments
(0)