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:
parent
1c77c6f7ca
commit
3c50ec20fb
@ -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 */
|
||||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user