Commit fcd77a6
committed
Fix minor memory leaks in pg_dump.
Coverity reported the two oversights in getPublicationTables.
Valgrind found the one in determineNotNullFlags.
The mistakes in getPublicationTables seem too minor to be worth
back-patching. determineNotNullFlags could be run enough times
to matter, but that code is new in v18. So, no back-patch.1 parent c45963c commit fcd77a6
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4682 | 4682 | | |
4683 | 4683 | | |
4684 | 4684 | | |
| 4685 | + | |
| 4686 | + | |
4685 | 4687 | | |
4686 | 4688 | | |
4687 | 4689 | | |
| |||
9424 | 9426 | | |
9425 | 9427 | | |
9426 | 9428 | | |
| 9429 | + | |
9427 | 9430 | | |
9428 | 9431 | | |
9429 | 9432 | | |
| |||
0 commit comments