mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
cleanup: drop unneded check for mem
Revert missed to drop this extra check.
This commit is contained in:
parent
112c0592ad
commit
e0828e885b
@ -239,7 +239,7 @@ struct dm_list *str_to_str_list(struct dm_pool *mem, const char *str,
|
|||||||
|
|
||||||
return list;
|
return list;
|
||||||
bad:
|
bad:
|
||||||
if (mem)
|
dm_pool_free(mem, list);
|
||||||
dm_pool_free(mem, list);
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user