Skip to content
Commit a63f393d authored by Jing Xiangfeng's avatar Jing Xiangfeng Committed by Gerd Hoffmann
Browse files

drm/virtio: fix the missed drm_gem_object_put() in virtio_gpu_user_framebuffer_create()



virtio_gpu_user_framebuffer_create() misses to call drm_gem_object_put()
in an error path. Add the missed function call to fix it.

Signed-off-by: default avatarJing Xiangfeng <jingxiangfeng@huawei.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1633770560-11658-1-git-send-email-jingxiangfeng@huawei.com


Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent 914b6f29
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment