Index: /trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py
===================================================================
--- /trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py	(revision 84654)
+++ /trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py	(revision 84655)
@@ -556,6 +556,8 @@
                                                           ['ifconfig',],
                                                           False, False);
-            if fRc:
-                break;
+                if fRc:
+                    break;
+
+                self.closeSession(oGuestSession, False);
 
             self.oTestDriver.sleep(10);
@@ -921,6 +923,8 @@
                                                           ['C:\\Windows\\System32\\ipconfig.exe',],
                                                           False, False);
-            if fRc:
-                break;
+                if fRc:
+                    break;
+
+                self.closeSession(oGuestSession, False);
 
             self.oTestDriver.sleep(10);
