Preserve errno across free().
Tom Lane <tgl@sss.pgh.pa.us>
Preserve errno across free(). Dept. of second thoughts: free() isn't guaranteed not to change errno. Make sure we report the right error if getcwd() fails.
Files
| Path | Change | +/− |
|---|---|---|
| src/port/path.c | modified | +3 −0 |