mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
namequery: Fix a missing TALLOC_FREE
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ira Cooper <ira@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Thu May 14 16:49:39 CEST 2015 on sn-devel-104
This commit is contained in:
parent
13537db35f
commit
1aa01617bf
@ -2666,6 +2666,7 @@ NTSTATUS internal_resolve_name(const char *name,
|
||||
*/
|
||||
resolve_order = filter_out_nbt_lookup(frame, resolve_order);
|
||||
if (resolve_order == NULL) {
|
||||
TALLOC_FREE(frame);
|
||||
return NT_STATUS_NO_MEMORY;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user