Files
linux/drivers
Dan Carpenter 44510939b1 drm/virtio: Fix a double free in virtio_gpu_cmd_map()
This is freed both here and in the caller (virtio_gpu_vram_map()) so
it's a double free.  The correct place is only in the caller.

Fixes: 16845c5d54 ("drm/virtio: implement blob resources: implement vram object")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20201030114808.GD3251003@mwanda
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2020-11-06 08:50:30 +01:00
..
2020-10-28 19:12:03 +01:00
2020-10-20 10:36:41 -07:00
2020-10-27 19:23:04 +01:00
2020-10-26 16:29:14 -07:00
2020-10-28 13:41:17 +01:00