Index: /trunk/src/VBox/Main/MachineImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/MachineImpl.cpp	(revision 23669)
+++ /trunk/src/VBox/Main/MachineImpl.cpp	(revision 23670)
@@ -10411,5 +10411,10 @@
     }
 
+#ifdef VBOX_WITH_LIVE_MIGRATION /** @todo fix this properly... a new state for indicating migration? */
+    if (   deleteSavedState
+        && !mSSData->mStateFilePath.isNull())
+#else
     if (deleteSavedState)
+#endif
     {
         if (mRemoveSavedState)
