commit | 8b37687d3a63205d613f5c37fa40ead32f923f2a | [log] [tgz] |
---|---|---|
author | Chris Michael <cp.michael@samsung.com> | Thu Jan 02 11:39:40 2014 +0000 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Jan 02 15:22:59 2014 -0800 |
tree | fb6b39d6a534ac41fa84247c66c94a71232b7453 | |
parent | 0e45e8712a8a9f5f555802a1ed494d7cbe183e10 [diff] |
Properly free drm plane during creation of sprites If we fail to allocate space for a new drm_sprite, then we should properly call drmModeFreePlane (not free) to release the drm plane. Signed-off-by: Chris Michael <cp.michael@samsung.com>