Summary: | Fix a memory leak in dri2_terminate() | ||
---|---|---|---|
Product: | Mesa | Reporter: | Homer Hsing <homer.xing> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Homer Hsing
2012-08-27 07:25:48 UTC
Hi, any comment ? This patch fixes leak on platforms where driver_name is allocated. However at least with swrast backend and android this would fail as they do not allocate memory but point to a static string. this bug got fixed: --- 8< --------------------------- commit 5cb1cad0aef8d1c426207c955996278290e19e60 Author: Emil Velikov <emil.l.velikov@gmail.com> Date: Mon Jun 2 12:26:17 2014 +0100 egl/dri2: do not leak dri2_dpy->driver_name |
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.