little bug fixes

This commit is contained in:
rsc 2004-06-17 18:51:50 +00:00
parent 503f601cb0
commit 7cb748941e
4 changed files with 14 additions and 4 deletions

View file

@ -226,5 +226,5 @@ vtfcallclear(VtFcall *f)
vtfree(f->auth);
f->auth = nil;
packetfree(f->data);
f->auth = nil;
f->data = nil;
}