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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user