Commit ef546c8
src: cleanup per env handles directly without a list
Environment handles can be cleaned up directly without saving the
references in a list and iterate the list.
PR-URL: #54993
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>1 parent 06957ff commit ef546c8Copy full SHA for ef546c8
Expand file treeCollapse file tree
3 files changed
+19
-46
lines changedOpen diff view settings
Collapse file
-6Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
260 | 260 | |
261 | 261 | |
262 | 262 | |
263 | | - |
264 | | - |
265 | | - |
266 | | - |
267 | | - |
268 | | - |
269 | 263 | |
270 | 264 | |
271 | 265 | |
|
Collapse file
+16-24Lines changed: 16 additions & 24 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1110 | 1110 | |
1111 | 1111 | |
1112 | 1112 | |
1113 | | - |
1114 | | - |
1115 | | - |
1116 | | - |
1117 | | - |
1118 | | - |
1119 | 1113 | |
| 1114 | + |
1120 | 1115 | |
1121 | 1116 | |
1122 | 1117 | |
| ||
1194 | 1189 | |
1195 | 1190 | |
1196 | 1191 | |
1197 | | - |
1198 | | - |
1199 | | - |
1200 | | - |
| 1192 | + |
| 1193 | + |
| 1194 | + |
| 1195 | + |
| 1196 | + |
| 1197 | + |
1201 | 1198 | |
1202 | | - |
| 1199 | + |
| 1200 | + |
1203 | 1201 | |
1204 | 1202 | |
1205 | 1203 | |
1206 | 1204 | |
1207 | 1205 | |
1208 | 1206 | |
1209 | | - |
1210 | | - |
1211 | | - |
1212 | | - |
1213 | | - |
1214 | | - |
1215 | | - |
1216 | | - |
1217 | | - |
| 1207 | + |
| 1208 | + |
| 1209 | + |
| 1210 | + |
| 1211 | + |
| 1212 | + |
1218 | 1213 | |
1219 | 1214 | |
1220 | 1215 | |
| ||
1234 | 1229 | |
1235 | 1230 | |
1236 | 1231 | |
1237 | | - |
1238 | | - |
1239 | | - |
1240 | | - |
1241 | 1232 | |
1242 | 1233 | |
1243 | 1234 | |
| ||
1291 | 1282 | |
1292 | 1283 | |
1293 | 1284 | |
| 1285 | + |
1294 | 1286 | |
1295 | 1287 | |
1296 | 1288 | |
|
Collapse file
+3-16Lines changed: 3 additions & 16 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
682 | 682 | |
683 | 683 | |
684 | 684 | |
685 | | - |
686 | | - |
687 | | - |
688 | | - |
689 | | - |
690 | | - |
691 | | - |
692 | | - |
693 | | - |
694 | | - |
695 | 685 | |
696 | 686 | |
697 | 687 | |
698 | | - |
699 | | - |
700 | | - |
701 | | - |
702 | | - |
| 688 | + |
703 | 689 | |
704 | 690 | |
705 | 691 | |
| ||
1104 | 1090 | |
1105 | 1091 | |
1106 | 1092 | |
| 1093 | + |
| 1094 | + |
1107 | 1095 | |
1108 | 1096 | |
1109 | 1097 | |
| ||
1216 | 1204 | |
1217 | 1205 | |
1218 | 1206 | |
1219 | | - |
1220 | 1207 | |
1221 | 1208 | |
1222 | 1209 | |
|
0 commit comments