mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3: Fix Coverity ID 2223: RESOURCE_LEAK
This commit is contained in:
parent
8486f0fa04
commit
12bf847058
@ -619,6 +619,8 @@ static bool wbinfo_show_onlinestatus(const char *domain)
|
||||
is_offline ? "offline" : "online" );
|
||||
}
|
||||
|
||||
wbcFreeMemory(domain_list);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user