Free memory when failed to open core volume
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
parent
a0bf8587a0
commit
9734980be2
@ -44,7 +44,7 @@ int ocf_mngt_core_pool_add(ocf_ctx_t ctx, ocf_uuid_t uuid, uint8_t type)
|
|||||||
|
|
||||||
result = ocf_volume_open(volume, NULL);
|
result = ocf_volume_open(volume, NULL);
|
||||||
if (result) {
|
if (result) {
|
||||||
ocf_volume_deinit(volume);
|
ocf_volume_destroy(volume);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user