- Notifications
You must be signed in to change notification settings - Fork5
Commit074050f
committed
pg_dump: add missing "destroyPQExpBuffer(query)" in dumpForeignServer().
Coverity complained about this resource leak (why now, I don't know,since it's been like that a long time). Our general policy in pg_dumpis that PQExpBuffers are worth cleaning up, so do it here too. Butdon't bother with a back-patch, because it seems unlikely that verymany databases contain enough FOREIGN SERVER objects to notice.1 parent1630f5b commit074050f
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14287 | 14287 |
| |
14288 | 14288 |
| |
14289 | 14289 |
| |
| 14290 | + | |
14290 | 14291 |
| |
14291 | 14292 |
| |
14292 | 14293 |
| |
|
0 commit comments
Comments
(0)