- Notifications
You must be signed in to change notification settings - Fork5
Commit415b925

Neil Conway
Fix a memory leak in psql: we'd leak a few PGresult handles if
a connectivity error occurred while executing one of the queriesfor "\d <table>". Not serious, but still worth fixing. Patch fromBrendan Jurd.1 parent8964b41 commit415b925
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
1171 | 1171 |
| |
1172 | 1172 |
| |
1173 | 1173 |
| |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
1174 | 1180 |
| |
| 1181 | + | |
1175 | 1182 |
| |
1176 | 1183 |
| |
1177 | 1184 |
| |
|
0 commit comments
Comments
(0)