Index: /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 75418)
+++ /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 75419)
@@ -734,5 +734,7 @@
 #endif
 
-#ifdef VBOX_WITH_AUDIO_RECORDING
+#ifdef VBOX_WITH_RECORDING
+    i_recordingDestroy();
+# ifdef VBOX_WITH_AUDIO_RECORDING
     if (Recording.mAudioRec)
     {
@@ -740,5 +742,6 @@
         unconst(Recording.mAudioRec) = NULL;
     }
-#endif
+# endif
+#endif /* VBOX_WITH_RECORDING */
 
     // if the VM had a VMMDev with an HGCM thread, then remove that here
