Changeset 42465 in vbox for trunk/src/VBox
- Timestamp:
- Jul 31, 2012 6:31:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/Init.cpp
r42316 r42465 165 165 } 166 166 else 167 { 167 168 LogRel(("vbglInitCommon: VbglPhysHeapInit failed. rc=%Rrc\n", rc)); 169 g_vbgldata.status = VbglStatusNotInitialized; 170 } 168 171 169 172 dprintf(("vbglInitCommon: rc = %d\n", rc)); … … 175 178 { 176 179 VbglPhysHeapTerminate (); 180 g_vbgldata.status = VbglStatusNotInitialized; 177 181 178 182 return;
Note:
See TracChangeset
for help on using the changeset viewer.