Index: /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 75275)
+++ /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 75276)
@@ -6977,5 +6977,5 @@
 int Console::i_videoRecStop(void)
 {
-    if (Capture.mpVideoRecCtx && Capture.mpVideoRecCtx->IsStarted())
+    if (!Capture.mpVideoRecCtx || !Capture.mpVideoRecCtx->IsStarted())
         return VINF_SUCCESS;
 
@@ -6983,5 +6983,4 @@
 
     const size_t cStreams = Capture.mpVideoRecCtx->GetStreamCount();
-
     for (unsigned uScreen = 0; uScreen < cStreams; ++uScreen)
         mDisplay->i_videoRecScreenChanged(uScreen);
