mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 08:50:09 +01:00
winsys/svga: Fix a memory leak
The ioctl.cap_3d member was never freed. Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
7fce3ca375
commit
058f85d41c
1 changed files with 2 additions and 0 deletions
|
|
@ -1198,4 +1198,6 @@ void
|
|||
vmw_ioctl_cleanup(struct vmw_winsys_screen *vws)
|
||||
{
|
||||
VMW_FUNC;
|
||||
|
||||
free(vws->ioctl.cap_3d);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue