1
0
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:
Volker Lendecke 2011-03-30 07:04:47 +02:00
parent 8486f0fa04
commit 12bf847058

View File

@ -619,6 +619,8 @@ static bool wbinfo_show_onlinestatus(const char *domain)
is_offline ? "offline" : "online" );
}
wbcFreeMemory(domain_list);
return true;
}