- Notifications
You must be signed in to change notification settings - Fork5
Commitdd917bb
committed
Allocate fresh memory for post_opts/exec_path
Instead of having read_post_opts() depend on the memory allocated forthe config file (which is now getting free'd), pg_strdup() forpost_opts and exec_path (similar to how it's being done elsewhere).Noted by Thom Brown.1 parent956685f commitdd917bb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
733 | | - | |
| 733 | + | |
734 | 734 | | |
735 | 735 | | |
736 | | - | |
| 736 | + | |
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
| |||
0 commit comments
Comments
(0)