Summary: | Memory leak on missing call of VBEFreeVBEInfo() | ||
---|---|---|---|
Product: | xorg | Reporter: | Zdenek Kabelac <zdenek.kabelac> |
Component: | Driver/Vesa | Assignee: | Adam Jackson <ajax> |
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | medium | ||
Version: | 7.1 (2006.05) | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Zdenek Kabelac
2009-11-11 02:55:57 UTC
commit 2cb984533fd7a36151bb8be18a63f678a552ad71 Author: Adam Jackson <ajax@redhat.com> Date: Wed Jan 31 10:48:08 2018 -0500 Use VBEFreeVBEInfo not free A VbeInfoBlock has substructure, just freeing the object will leak. Unfortunately VBEFreeVBEInfo does not check for NULL first so we have to. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=25029 Signed-off-by: Adam Jackson <ajax@redhat.com> |
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.