Index: /trunk/src/VBox/Additions/common/crOpenGL/egl.c
===================================================================
--- /trunk/src/VBox/Additions/common/crOpenGL/egl.c	(revision 71109)
+++ /trunk/src/VBox/Additions/common/crOpenGL/egl.c	(revision 71110)
@@ -347,5 +347,9 @@
         for (pAttrib2 = pAttrib + 2; *pAttrib2 != EGL_NONE; pAttrib2 += 2)
             if (*pAttrib2 == *pAttrib)
-                fSkip == true;
+            {
+                fSkip = true;
+                break;
+            }
+
         if (fSkip)
             continue;
