Index: /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 42237)
+++ /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 42238)
@@ -674,5 +674,5 @@
     {
         mVRDEServerInfo->uninit();
-        unconst(mVRDEServerInfo).setNull();;
+        unconst(mVRDEServerInfo).setNull();
     }
 
@@ -698,5 +698,5 @@
     {
         mKeyboard->uninit();
-        unconst(mKeyboard).setNull();;
+        unconst(mKeyboard).setNull();
     }
 
@@ -704,5 +704,5 @@
     {
         mGuest->uninit();
-        unconst(mGuest).setNull();;
+        unconst(mGuest).setNull();
     }
 
