From bc4bbabdf61872a418bf5a445b7b1963592c55a5 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Mar 06 2009 13:40:58 +0000 Subject: Actually add the patch this time --- diff --git a/libvirt-0.6.1-storage-delete-fail.patch b/libvirt-0.6.1-storage-delete-fail.patch new file mode 100644 index 0000000..9880012 --- /dev/null +++ b/libvirt-0.6.1-storage-delete-fail.patch @@ -0,0 +1,11 @@ +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;