forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit734bbf2
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 parentbcf2dec commit734bbf2
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
| 249 | + | |
249 | 250 |
| |
250 | 251 |
| |
251 | 252 |
| |
|
0 commit comments
Comments
(0)