]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/omap: fix memory leak when FB init fails
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 4 Aug 2017 09:20:03 +0000 (12:20 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 15 Aug 2017 12:18:25 +0000 (15:18 +0300)
commit95552191f0a0c3632808d8883fc05d37a5c2fe14
treed1cb367bd8d7f572333595be925cc2dbc1467d97
parent0c697fafc66830ca7d5dc19123a1d0641deaa1f6
drm/omap: fix memory leak when FB init fails

omap_framebuffer_create() fails to unref all the gem objects if creating
the FB fails, leading to a memory leak.

Fix the loop so that it goes through all the reffed gem objects.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_fb.c