Channel send leaks memory
4d80137
Opened by Jeffrey Yasskin at
io fn main() {
let port[int] p = port();
auto c = chan(p);
c <| 3;
}
fails at runtime with:
rt: fatal, 'leaked memory in rust main loop (5 objects)' failed, rt/rust.cpp:33
Commenting out the send and "io" removes the leak.
This appears fixed. Thanks. :)
Jeffrey Yasskin at 2010-07-22 08:18:24