1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

tldap: Add a missing TALLOC_FREE(frame)

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Volker Lendecke 2016-02-08 14:40:19 +01:00 committed by Ralph Boehme
parent 4953b1f73f
commit 9219756a36

View File

@ -1987,7 +1987,7 @@ TLDAPRC tldap_search(struct tldap_context *ld,
rc = tldap_search_all_recv(req, mem_ctx, &msgs, &result);
TALLOC_FREE(req);
if (!TLDAP_RC_IS_SUCCESS(rc)) {
return rc;
goto fail;
}
TALLOC_FREE(ld->last_msg);