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