summaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-common-checksum-manifest3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/virtualbox-ose/files/patch-src-VBox-Runtime-common-checksum-manifest3.cpp')
-rw-r--r--emulators/virtualbox-ose/files/patch-src-VBox-Runtime-common-checksum-manifest3.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-common-checksum-manifest3.cpp b/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-common-checksum-manifest3.cpp
deleted file mode 100644
index 4c1976dbe4ff..000000000000
--- a/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-common-checksum-manifest3.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/VBox/Runtime/common/checksum/manifest3.cpp.orig 2015-03-02 10:09:59.000000000 -0500
-+++ src/VBox/Runtime/common/checksum/manifest3.cpp 2015-03-12 15:40:09.008443000 -0400
-@@ -427,7 +427,7 @@
- uint32_t cRefs = RTManifestRetain(hManifest);
- AssertReturn(cRefs != UINT32_MAX, VERR_INVALID_HANDLE);
- cRefs = RTVfsIoStrmRetain(hVfsIos);
-- AssertReturnStmt(cRefs != UINT32_MAX, VERR_INVALID_HANDLE, RTManifestRelease(hManifest));
-+ AssertReturnStmt(cRefs != UINT32_MAX, RTManifestRelease(hManifest), VERR_INVALID_HANDLE);
-
- /*
- * Create an instace of the passthru I/O stream.