mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
no more vtgoodbye
This commit is contained in:
parent
4c65127bbe
commit
e8471ef561
1 changed files with 8 additions and 1 deletions
|
@ -345,10 +345,17 @@ threadmain(int argc, char **argv)
|
|||
fsysclose(fsys);
|
||||
diskclose(disk);
|
||||
vtcachefree(zcache);
|
||||
vtgoodbye(z);
|
||||
|
||||
// Vtgoodbye hangs on Linux - not sure why.
|
||||
// Probably vtfcallrpc doesn't quite get the
|
||||
// remote hangup right. Also probably related
|
||||
// to the vtrecvproc problem below.
|
||||
// vtgoodbye(z);
|
||||
|
||||
// Leak here, because I can't seem to make
|
||||
// the vtrecvproc exit.
|
||||
// vtfreeconn(z);
|
||||
|
||||
free(tmpnam);
|
||||
z = nil;
|
||||
zcache = nil;
|
||||
|
|
Loading…
Reference in a new issue