commit | d7c45515621f879e16db58e8692574409b8fcf74 | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@googlemail.com> | Thu Dec 08 17:05:46 2011 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Dec 08 13:31:00 2011 -0500 |
tree | b9dc158957881ab6b00a3ea450e466462c5ed5c0 | |
parent | 0f0d54e5c554266a35d259fc6b87c2b1b6d81849 [diff] |
compositor-drm: Catch errors in create_output_for_connector We do not handle errors of gbm-buffer-creation and drm-mode-setting in create_output_for_connectors. Correctly catch these now and free memory on error to avoid memory leaks. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>