commit | b67a468a4ccef593cd8df6a02ba3d167b77f0c81 | [log] [tgz] |
---|---|---|
author | Dinghao Liu <dinghao.liu@zju.edu.cn> | Wed Aug 26 21:24:58 2020 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Aug 26 15:45:52 2020 -0400 |
tree | 8536593489b81a83bca571c25d57e74c2620a02d | |
parent | 82dff839c9b4adad6980cc9aa6ea18c16db49013 [diff] |
drm/amd/display: Fix memleak in amdgpu_dm_mode_config_init When amdgpu_display_modeset_create_props() fails, state and state->context should be freed to prevent memleak. It's the same when amdgpu_dm_audio_init() fails. Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>