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);
|
fsysclose(fsys);
|
||||||
diskclose(disk);
|
diskclose(disk);
|
||||||
vtcachefree(zcache);
|
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
|
// Leak here, because I can't seem to make
|
||||||
// the vtrecvproc exit.
|
// the vtrecvproc exit.
|
||||||
// vtfreeconn(z);
|
// vtfreeconn(z);
|
||||||
|
|
||||||
free(tmpnam);
|
free(tmpnam);
|
||||||
z = nil;
|
z = nil;
|
||||||
zcache = nil;
|
zcache = nil;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue