On Fri, Dec 18, 2015 at 08:07:36AM -0500, John Ferlan wrote:
Commit id 'aeb1078ab' added a buildPool option and failure
path which
calls virStoragePoolObjRemove, which unlocks the pool, clears the 'pool'
variable, and goto cleanup. However, at cleanup virStoragePoolObjUnlock
is called without check if pool is non NULL.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/storage/storage_driver.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
ACK
Jan