commit | b2d44e23818a72ded7b8e9a08d46d532f0148465 | [log] [tgz] |
---|---|---|
author | Egbert Eich <eich@suse.de> | Tue Jul 18 16:47:38 2017 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Wed Aug 02 12:12:31 2017 +1000 |
tree | 51bd8c67c80c0159031d4517702759f386fc86ac | |
parent | f3b91060b5e4ae89fb7132b9e8e1958b829ddc22 [diff] |
drm/ast: Fix memleak in error path in ast_bo_create() The allocated struct ast_bo was not freed in all error paths. This patch consolidates error handling and fixes this. Signed-off-by: Egbert Eich <eich@suse.de> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Dave Airlie <airlied@redhat.com>