forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb48ecf8
committed
In bttext_abbrev_convert, move pfree to the right place.
Without this, we might access memory that's already been freed, orleak memory if in the C locale.Peter Geoghegan1 parent47fe4d2 commitb48ecf8
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2034 | 2034 |
| |
2035 | 2035 |
| |
2036 | 2036 |
| |
2037 |
| - | |
| 2037 | + | |
2038 | 2038 |
| |
2039 | 2039 |
| |
2040 |
| - | |
2041 |
| - | |
2042 |
| - | |
2043 |
| - | |
2044 | 2040 |
| |
2045 | 2041 |
| |
2046 | 2042 |
| |
| |||
2108 | 2104 |
| |
2109 | 2105 |
| |
2110 | 2106 |
| |
| 2107 | + | |
| 2108 | + | |
| 2109 | + | |
| 2110 | + | |
2111 | 2111 |
| |
2112 | 2112 |
| |
2113 | 2113 |
| |
|
0 commit comments
Comments
(0)