*return_iplist is guaranteeded to be always NULL here.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
/* All of the resolve_* functions above have returned false. */
TALLOC_FREE(frame);
- SAFE_FREE(*return_iplist);
*return_count = 0;
return status;
ok = convert_ss2service(return_iplist, ss_list, return_count);
if (!ok) {
TALLOC_FREE(frame);
- SAFE_FREE(*return_iplist);
*return_count = 0;
return NT_STATUS_NO_MEMORY;
}