Changeset 56863 in vbox for trunk/src/VBox
- Timestamp:
- Jul 8, 2015 12:49:48 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101527
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/checksum/manifest3.cpp
r56290 r56863 545 545 } 546 546 else 547 {548 rtManifestHashesDestroy(pHashes);549 547 rc = VERR_NO_TMP_MEMORY; 550 } 548 549 rtManifestHashesDestroy(pHashes); 551 550 return rc; 552 551 }
Note:
See TracChangeset
for help on using the changeset viewer.