1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

ldap_server: Do an early TALLOC_FREE()

We don't need the asn1 struct after this point anymore

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>

Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Mon Aug 17 11:10:04 UTC 2020 on sn-devel-184
This commit is contained in:
Volker Lendecke
2020-08-10 14:48:45 +02:00
parent 86ab467667
commit 3514e4100c

View File

@ -604,6 +604,7 @@ static void ldapsrv_call_read_done(struct tevent_req *subreq)
}
data_blob_free(&blob);
TALLOC_FREE(asn1);
/* queue the call in the global queue */