mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3: Fix Coverity ID 2222: RESOURCE_LEAK
This commit is contained in:
parent
12bf847058
commit
9a97a8307c
@ -567,6 +567,8 @@ static bool wbinfo_list_domains(bool list_all_domains, bool verbose)
|
||||
d_printf("\n");
|
||||
}
|
||||
|
||||
wbcFreeMemory(domain_list);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user