commit | 0f0d54e5c554266a35d259fc6b87c2b1b6d81849 | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@googlemail.com> | Thu Dec 08 17:05:45 2011 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Dec 08 13:30:23 2011 -0500 |
tree | c953494877751dd323da0685a08ebce63f979e67 | |
parent | eb8bed5c7347b93151dc95d719e187c8e302e33e [diff] |
compositor-drm: Free output on error in create_output_for_connector We currently simply return -1 on error in create_output_for_connector. This correctly frees the output and all modes when we fail to avoid memory leaks. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>