Index: /trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp
===================================================================
--- /trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp	(revision 29354)
+++ /trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp	(revision 29355)
@@ -250,6 +250,6 @@
     while (Module32Next(hSnapshot, &ModuleInfo));
 
+    CloseHandle(hSnapshot);
     CloseHandle(hProcess);
-    CloseHandle(hSnapshot);
 }
 
