Skip to content

Commit 28d8525

Browse files
committed
---
yaml --- r: 14600 b: refs/heads/try c: f4ce965 h: refs/heads/master v: v3
1 parent dd7e547 commit 28d8525

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 3d991bac6c557d7bb723f0ce2bc1e79ba6bdaf5a
5+
refs/heads/try: f4ce965ce70f7f7ffa62df721d083cb3eafeb19d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rt/rust_builtin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ rust_port_detach(rust_port *port) {
511511
// FIXME: Busy waiting until we're the only ref
512512
bool done = false;
513513
while (!done) {
514-
scoped_lock with(port->lock);
514+
scoped_lock with(task->lock);
515515
done = port->ref_count == 1;
516516
}
517517
}

0 commit comments

Comments
 (0)