forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4b179a4
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 parent0d95711 commit4b179a4
1 file changed
+3
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
909 | 909 |
| |
910 | 910 |
| |
911 | 911 |
| |
| 912 | + | |
| 913 | + | |
| 914 | + | |
912 | 915 |
| |
913 | 916 |
| |
914 | 917 |
| |
|
0 commit comments
Comments
(0)