Changeset 22122 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 10, 2009 9:55:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r22121 r22122 222 222 * and consoliate a bit of cleanup code. 223 223 */ 224 PUVM pUVM ;224 PUVM pUVM = NULL; /* shuts up gcc */ 225 225 int rc = vmR3CreateUVM(cCPUs, &pUVM); 226 226 if (RT_FAILURE(rc)) … … 492 492 } 493 493 RTMemFree(pUVM); 494 *ppUVM = NULL; /* shuts up gcc */495 494 return rc; 496 495 }
Note:
See TracChangeset
for help on using the changeset viewer.