Changeset 14855 in vbox for trunk/src/VBox
- Timestamp:
- Dec 1, 2008 1:28:58 PM (16 years ago)
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp
r14852 r14855 715 715 if (pBackends[i]->hPlugin != NIL_RTLDRMOD) 716 716 RTLdrClose(pBackends[i]->hPlugin); 717 718 RTMemFree(pBackends); 717 719 return VINF_SUCCESS; 718 720 } -
trunk/src/VBox/Devices/Storage/testcase/tstVD-2.cpp
r14780 r14855 150 150 } 151 151 152 rc = VDShutdown(); 153 if (RT_FAILURE(rc)) 154 { 155 RTPrintf("tstVD-2: unloading backends failed! rc=%Rrc\n", rc); 156 g_cErrors++; 157 } 152 158 /* 153 159 * Summary -
trunk/src/VBox/Devices/Storage/testcase/tstVD.cpp
r14817 r14855 1060 1060 RTFileDelete("tmpVDRename-s003.vmdk"); 1061 1061 1062 /* 1062 rc = VDShutdown(); 1063 if (RT_FAILURE(rc)) 1064 { 1065 RTPrintf("tstVD: unloading backends failed! rc=%Rrc\n", rc); 1066 g_cErrors++; 1067 } 1068 /* 1063 1069 * Summary 1064 1070 */
Note:
See TracChangeset
for help on using the changeset viewer.