Introduction
Introduction Statistics Contact Development Disclaimer Help
tclose file leak - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit ac963cb3f58e13555336bc9c33e4e9591f9c914e
parent a0205bea950f953b0bbecda2105113056ae2e33e
Author: rsc <devnull@localhost>
Date: Mon, 7 Nov 2005 01:44:59 +0000
close file leak
Diffstat:
M src/libauthsrv/authdial.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/src/libauthsrv/authdial.c b/src/libauthsrv/authdial.c
t@@ -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");
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.