Index: /trunk/src/VBox/Main/VirtualBoxImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/VirtualBoxImpl.cpp	(revision 33768)
+++ /trunk/src/VBox/Main/VirtualBoxImpl.cpp	(revision 33769)
@@ -225,4 +225,5 @@
     Data()
         : pMainConfigFile(NULL),
+          uuidMediaRegistry("48024e5c-fdd9-470f-93af-ec29f7ea518c"),
           lockMachines(LOCKCLASS_LISTOFMACHINES),
           allMachines(lockMachines),
@@ -243,5 +244,4 @@
           pAsyncEventQ(NULL)
     {
-        unconst(uuidMediaRegistry).create();
     }
 
