1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r12663: Fix a memleak

(This used to be commit 3ee6b732f4210e6de6716364ec166f44f29f4463)
This commit is contained in:
Volker Lendecke 2006-01-01 18:30:44 +00:00 committed by Gerald (Jerry) Carter
parent 1c77c6f7ca
commit 3c50ec20fb

View File

@ -3638,6 +3638,10 @@ static NTSTATUS ldapsam_lookup_rids(struct pdb_methods *methods,
goto done;
}
if (msg != NULL) {
ldap_msgfree(msg);
}
/* Same game for groups */
{