Summary: | memory leak of visual info | ||
---|---|---|---|
Product: | Mesa | Reporter: | Andy Skinner <askinner> |
Component: | Drivers/X11 | Assignee: | mesa-dev |
Status: | RESOLVED MOVED | QA Contact: | |
Severity: | minor | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Andy Skinner
2013-05-07 16:03:18 UTC
Any chance someone could look at this? We still get it reported as a leak, though it is in a large system and it would be hard to send a repro case. I admit we have't updated in a while, but the code is the same. If we could see this isn't a bug and we are using something wrong (our use of Mesa here is inside another 3rd party software library), that would also help. The difference between XMesaDestroyVisual (frees a single XMesaVisual and its XMesaVisualInfo) and destroy_visuals_on_display (only frees an array of XMesaVisuals but not their XMesaVisualInfos) seems clear. If destroy_visuals_on_display is not supposed to free the XVisualInfo, what is? The leaking object is said to be allocated in XGetVisualInfo, called from Fake_glXGetFBConfigs. Thanks. -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/44. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.