forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4f38a28
committed
Fix missing PQclear() in libpqrcv_endstreaming().
This omission leaked one PGresult per WAL streaming cycle, which possiblywould never be enough to notice in the real world, but it's still a leak.Per Coverity. Back-patch to 9.3 where the error was introduced.1 parent58146d3 commit4f38a28
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
| 265 | + | |
265 | 266 |
| |
266 | 267 |
| |
267 | 268 |
| |
|
0 commit comments
Comments
(0)