forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0ac1fed
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 parente44735c commit0ac1fed
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
| 255 | + | |
255 | 256 |
| |
256 | 257 |
| |
257 | 258 |
| |
|
0 commit comments
Comments
(0)