forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd73b7f9
committed
Fix memory leaks in failure paths in buildACLCommands and parseAclItem.
This is currently only cosmetic, since all the call sites just curl upand die in event of a failure return. It might be important for somefuture use-case, though, and in any case it quiets warnings from theclang static analyzer (as reported by Anna Zaks).Josh Kupershmidt1 parent8fcbfea commitd73b7f9
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
600 | 600 |
| |
601 | 601 |
| |
602 | 602 |
| |
| 603 | + | |
| 604 | + | |
603 | 605 |
| |
| 606 | + | |
604 | 607 |
| |
605 | 608 |
| |
606 | 609 |
| |
| |||
789 | 792 |
| |
790 | 793 |
| |
791 | 794 |
| |
| 795 | + | |
| 796 | + | |
792 | 797 |
| |
| 798 | + | |
793 | 799 |
| |
794 | 800 |
| |
795 | 801 |
| |
| |||
798 | 804 |
| |
799 | 805 |
| |
800 | 806 |
| |
| 807 | + | |
| 808 | + | |
801 | 809 |
| |
| 810 | + | |
802 | 811 |
| |
803 | 812 |
| |
804 | 813 |
| |
|
0 commit comments
Comments
(0)