rpms/libvirt/devel libvirt-0.6.1-storage-delete-fail.patch, NONE, 1.1

Daniel P. Berrange berrange at fedoraproject.org
Fri Mar 6 13:40:59 UTC 2009


Author: berrange

Update of /cvs/pkgs/rpms/libvirt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3373

Added Files:
	libvirt-0.6.1-storage-delete-fail.patch 
Log Message:
Actually add the patch this time

libvirt-0.6.1-storage-delete-fail.patch:

--- NEW FILE libvirt-0.6.1-storage-delete-fail.patch ---
diff -rup libvirt-0.6.1.orig/src/storage_driver.c libvirt-0.6.1.new/src/storage_driver.c
--- libvirt-0.6.1.orig/src/storage_driver.c	2009-02-16 03:43:41.000000000 -0500
+++ libvirt-0.6.1.new/src/storage_driver.c	2009-03-06 08:02:51.000000000 -0500
@@ -1296,7 +1296,6 @@ storageVolumeDelete(virStorageVolPtr obj
     ret = 0;
 
 cleanup:
-    virStorageVolDefFree(vol);
     if (pool)
         virStoragePoolObjUnlock(pool);
     return ret;




More information about the fedora-extras-commits mailing list