Bug 41373

Summary: memory leak when drmModeRes is freed.
Product: DRI Reporter: Boram Park <boram1288.park>
Component: libdrmAssignee: Default DRI bug account <dri-devel>
Status: RESOLVED MOVED QA Contact:
Severity: major    
Priority: medium    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
Patch for fixing this bug.
none
another patch for memory leak none

Description Boram Park 2011-09-30 16:05:45 UTC
Created attachment 51822 [details] [review]
Patch for fixing this bug.

The fsb, crtcs, connectors and encoders of drmModeRes are allocated by drmMalloc().
Before freeing drmModeRes, obviously these should be freed in drmModeFreeResources().
Comment 1 Boram Park 2011-09-30 17:32:09 UTC
Created attachment 51824 [details] [review]
another patch for memory leak
Comment 2 GitLab Migration User 2019-09-24 17:08:25 UTC
-- 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/drm/issues/5.

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.