]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Avoid double virCommandFree in virStorageBackendLogicalDeletePool
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 28 Mar 2013 15:36:50 +0000 (16:36 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 29 Mar 2013 10:09:32 +0000 (11:09 +0100)
commit2d73f2120f2073bff9e311626f6b6febcfc1e290
tree9d530bfea4fad85b14a02b08b420220753dc34d1
parent248371417b6578ce2437beb218f19c8cdc4b32e5
storage: Avoid double virCommandFree in virStorageBackendLogicalDeletePool

When logical pool has no PVs associated with itself (user-created),
virCommandFree(cmd) is called twice with the same pointer and that
causes a segfault in daemon.
src/storage/storage_backend_logical.c