Hi Frediano,
>
> Il giorno lun 27 mar 2023 alle ore 07:53 Kasireddy, Vivek
> ha scritto:
> >
> > Hi Frediano,
> >
> > >I was trying the patch series but the client keeps crashing. I
> > > tried different versions of remote-viewer (from Fedora and from
> > > Ubuntu) and they both crashed.
> >
clang with W=1 reports
drivers/gpu/drm/qxl/qxl_ioctl.c:149:14: error: variable
'num_relocs' set but not used [-Werror,-Wunused-but-set-variable]
int i, ret, num_relocs;
^
This variable is not used so remove it.
Signed-off-by: Tom Rix
---
drivers/gpu/drm/qxl/qxl_ioct
Dear all:
Gentle ping on this patch.
Thanks
主 题:[PATCH] drm/qxl: prevent memory leak 日 期:2023-03-22 16:58 发件人:zhouzong...@kylinos.cn 收件人:airlied;Gerd Hoffmann;Dave Airlie;Daniel Vetter;
The allocated memory for qdev->dumb_heads should be releasedin qxl_destroy_monitors_object before