| Summary: | Memory leak on ubuntu 14.04 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Sylvain <sylvain.becker> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | leonardo.guilherme |
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Sylvain
2014-04-27 05:01:27 UTC
Hi. That looks like a bug in mesa, as I've checked X11_GL_GetVisual and glxChooseVisual calls (which is called inside X11_GL_GetVisual), and everything it returns is free'd later before returning from the calling function (the one calling X11_GL_GetVisual). Thanks for the update! |