import: clean up correctly

R=rsc
http://codereview.appspot.com/2875041
This commit is contained in:
Russ Cox 2010-11-03 15:49:22 -04:00
parent de2d77683e
commit dc6625ea01

View file

@ -262,6 +262,7 @@ shuffle(void *arg)
if(write(fd[1], buf, n) != n)
break;
}
threadexitsall(0);
}
void