Changeset 28304 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 14, 2010 2:11:16 PM (15 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r28214 r28304 124 124 RTSemEventMultiDestroy(mMachineStateDepsSem); 125 125 mMachineStateDepsSem = NIL_RTSEMEVENTMULTI; 126 } 127 if (pMachineConfigFile) 128 { 129 delete pMachineConfigFile; 130 pMachineConfigFile = NULL; 126 131 } 127 132 } -
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r28205 r28304 194 194 pAsyncEventQ(NULL) 195 195 {} 196 197 ~Data() 198 { 199 if (pMainConfigFile) 200 { 201 delete pMainConfigFile; 202 pMainConfigFile = NULL; 203 } 204 }; 196 205 197 206 // const data members not requiring locking
Note:
See TracChangeset
for help on using the changeset viewer.