memory leak when drmModeRes is freed.
Submitted by Boram Park
Assigned to Default DRI bug account
Description
Created attachment 51822 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().
Patch 51822, "Patch for fixing this bug.":
0001-drm-mode-fix-memory-leak-when-freeing-drmModeRes.patch