Skip to content

Commit 343e1dc

Browse files
committed
---
yaml --- r: 6746 b: refs/heads/master c: 21cc0c6 h: refs/heads/master v: v3
1 parent df051e4 commit 343e1dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 52f76400b5b8fc9ac14c2caa5eb6736bcbd38223
2+
refs/heads/master: 21cc0c6e69322a8ae3221d18bf8b3fbbdd5fd1f7

trunk/src/comp/middle/trans_closure.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ fn store_environment(
175175
check trans_uniq::type_is_unique_box(bcx, box_ty);
176176
let r = trans_uniq::alloc_uniq(bcx, box_ty);
177177
add_clean_free(bcx, r.val, true);
178+
temp_cleanups += [r.val];
178179
dummy_environment_box(bcx, r)
179180
}
180181
ty::closure_block. {

0 commit comments

Comments
 (0)