close file leak
This commit is contained in:
parent
a0205bea95
commit
ac963cb3f5
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ authdial(char *netroot, char *dom)
|
|||
rv = dial(netmkaddr(p, "tcp", "ticket"), 0, 0, 0);
|
||||
if(p != dom)
|
||||
free(p);
|
||||
ndbclose(db);
|
||||
return rv;
|
||||
}
|
||||
p = getenv("auth");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue