We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322fdcf commit b172142Copy full SHA for b172142
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 5f89a4f5f35bf5f85210b6d014d8707f48ed4ac2
+refs/heads/master: f9fd785cf50e31b043f44a7bd0fc24f31e67ec7b
trunk/src/lib/comm.rs
@@ -30,7 +30,6 @@ resource chan_ptr(ch: *rustrt::rust_chan) {
30
rustrt::drop_chan(ch);
31
rustrt::drop_chan(ch); // FIXME: We shouldn't have to do this
32
// twice.
33
- rustrt::del_chan(ch);
34
}
35
36
resource port_ptr(po: *rustrt::rust_port) {
0 commit comments