CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/12 03:08:56
Modified files:
usr.sbin/ypldap: ldapclient.c
Log message:
at line 445 `al' is allocated via `aldap_init' in `client_aldap_open'
function, but when further in code we might do `goto bad', `al' is not freed
with `aldap_close', so plug memory leak on error path
tested by jasper@
ok pyr@, jasper@
