- Notifications
You must be signed in to change notification settings - Fork28
Commit07be293
committed
Fix memory leakage introduced into print_aligned_text by 8.4 changes
(failure to free col_lineptrs[] array elements) and exacerbated in thecurrent devel cycle (failure to free "wrap"). This resulted in moderatebloat of psql over long script runs. Noted while testing bug #5302,although what the reporter was complaining of was backend-side leakage.1 parent3e51ae4 commit07be293
1 file changed
+8
-4
lines changedLines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
1047 | 1047 |
| |
1048 | 1048 |
| |
1049 | 1049 |
| |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
1050 | 1055 |
| |
1051 | 1056 |
| |
1052 | 1057 |
| |
| |||
1055 | 1060 |
| |
1056 | 1061 |
| |
1057 | 1062 |
| |
| 1063 | + | |
1058 | 1064 |
| |
1059 | 1065 |
| |
1060 |
| - | |
1061 |
| - | |
1062 |
| - | |
| 1066 | + | |
1063 | 1067 |
| |
1064 | 1068 |
| |
1065 | 1069 |
| |
|
0 commit comments
Comments
(0)