Index: /trunk/src/VBox/Main/HostImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/HostImpl.cpp	(revision 33776)
+++ /trunk/src/VBox/Main/HostImpl.cpp	(revision 33777)
@@ -2077,4 +2077,8 @@
                                             pDrive->pNext = *ppDrives;
                                         *ppDrives = pDrive;
+
+                                        /* We're not interested in any of the other slices, stop minor nodes traversal. */
+                                        free(pszDevLinkPath);
+                                        break;
                                     }
                                 }
