On Sa, 2017-01-21 at 23:42 -0800, Li Qiang wrote:
> From: Li Qiang
>
> In virtio_gpu_set_scanout function, when creating the 'rect'
> its refcount is set to 2, by pixman_image_create_bits and
> qemu_create_displaysurface_pixman function. This can lead
> a memory leak issues. This patch avoid thi
Hello Gerd,
Ping.
2017-01-23 17:09 GMT+08:00 Marc-André Lureau :
>
>
> On Sun, Jan 22, 2017 at 11:43 AM Li Qiang wrote:
>
>> From: Li Qiang
>>
>> In virtio_gpu_set_scanout function, when creating the 'rect'
>> its refcount is set to 2, by pixman_image_create_bits and
>> qemu_create_displaysurf
On Sun, Jan 22, 2017 at 11:43 AM Li Qiang wrote:
> From: Li Qiang
>
> In virtio_gpu_set_scanout function, when creating the 'rect'
> its refcount is set to 2, by pixman_image_create_bits and
> qemu_create_displaysurface_pixman function. This can lead
> a memory leak issues. This patch avoid this
From: Li Qiang
In virtio_gpu_set_scanout function, when creating the 'rect'
its refcount is set to 2, by pixman_image_create_bits and
qemu_create_displaysurface_pixman function. This can lead
a memory leak issues. This patch avoid this issue.
Signed-off-by: Li Qiang
---
hw/display/virtio-gpu.