Index: /trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMItem.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMItem.cpp	(revision 55660)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMItem.cpp	(revision 55661)
@@ -450,5 +450,6 @@
 bool UIVMItem::isItemPoweredOff(UIVMItem *pItem)
 {
-    if (pItem->accessible() &&
+    if (pItem &&
+        pItem->accessible() &&
         (pItem->machineState() == KMachineState_PoweredOff ||
          pItem->machineState() == KMachineState_Saved ||
