forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit25ee58e
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 parent7a05413 commit25ee58e
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1102 | 1102 |
| |
1103 | 1103 |
| |
1104 | 1104 |
| |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
1105 | 1108 |
| |
1106 | 1109 |
| |
1107 | 1110 |
| |
|
0 commit comments
Comments
(0)