VirtualBox

Changeset 31036 in vbox


Ignore:
Timestamp:
Jul 23, 2010 8:07:43 AM (15 years ago)
Author:
vboxsync
Message:

configure: missing call to XCloseDisplay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r30998 r31036  
    13901390  if (dpy)
    13911391  {
    1392     if (glXQueryVersion(dpy, &major, &minor))
     1392    Bool glx_version = glXQueryVersion(dpy, &major, &minor);
     1393    XCloseDisplay(dpy);
     1394    if (glx_version)
    13931395    {
    13941396      printf("found version %u.%u, OK.\n", major, minor);
    13951397      return 0;
    13961398    }
    1397     XCloseDisplay(dpy);
    13981399  }
    13991400  printf("found (inactive), OK.\n");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette