Merge pull request #2329 from simos/fix-resource-leak-cid1425844

coverity: #1425844
This commit is contained in:
Christian Brauner 2018-05-15 16:11:04 +02:00 committed by GitHub
commit e8a10866c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4497,6 +4497,7 @@ void suggest_default_idmap(void)
if (!urange || !grange) {
ERROR("You do not have subuids or subgids allocated");
ERROR("Unprivileged containers require subuids and subgids");
free(uname);
return;
}