Changeset 26845 in vbox
- Timestamp:
- Feb 26, 2010 1:12:14 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.cpp
r26815 r26845 177 177 } 178 178 179 UIMachine::~UIMachine() 180 { 181 /* Delete uisession child before actions-pool child: */ 182 delete m_pSession; 183 m_pSession = 0; 184 delete m_pActionsPool; 185 m_pActionsPool = 0; 186 } 187 179 188 UIMachineLogic* UIMachine::machineLogic() const 180 189 { -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.h
r26815 r26845 45 45 /* Virtual Machine constructor: */ 46 46 UIMachine(UIMachine **ppSelf, const CSession &session); 47 virtual ~UIMachine(); 47 48 48 49 private slots:
Note:
See TracChangeset
for help on using the changeset viewer.