Summary: | Possible sources of memory leaks reported by valgrind | ||
---|---|---|---|
Product: | Mesa | Reporter: | jpsinthemix |
Component: | Drivers/DRI/i915 | Assignee: | Eric Anholt <eric> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
jpsinthemix
2010-09-15 16:23:44 UTC
commit f39476b234960cd0fb794a43a3eece440367cba2 Author: John <jpsinthemix@verizon.net> Date: Wed Jun 29 11:45:04 2011 -0700 i915: Fix leak of ViewportMatrix data on context destroy. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=30217 commit 007c2d6cd2f6b206564689ac12a3e51aaae242bc Author: Eric Anholt <eric@anholt.net> Date: Wed Jun 29 11:37:35 2011 -0700 intel: Remove gratuitous context checks in intel_delete_renderbuffer(). Even if we don't have a current context, if we're freeing the rb we should free its region (and BO). The renderbuffer unreference checks appear to be just cargo-cult from the region unreference code. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=30217 Reviewed-by: Chad Versace <chad@chad-versace.us> |
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.