forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite158bbb
committed
Free PQresult on error in pg_receivexlog.
The leak is fairly small and rare, but a leak nevertheless.Per Coverity report. Backpatch to 9.2, where pg_receivexlog was added.pg_basebackup shares the code, but it always exits on error, so there isno real leak.1 parent9bc1b43 commite158bbb
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
612 | 612 |
| |
613 | 613 |
| |
614 | 614 |
| |
| 615 | + | |
615 | 616 |
| |
616 | 617 |
| |
617 | 618 |
| |
|
0 commit comments
Comments
(0)