Skip to content
Snippets Groups Projects
Commit 058f85d4 authored by Thomas Hellstrom's avatar Thomas Hellstrom
Browse files

winsys/svga: Fix a memory leak


The ioctl.cap_3d member was never freed.

Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: default avatarThomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: default avatarSinclair Yeh <syeh@vmware.com>
Reviewed-by: default avatarEmil Velikov <emil.velikov@collabora.com>
parent 7fce3ca3
No related branches found
No related tags found
Loading
......@@ -1198,4 +1198,6 @@ void
vmw_ioctl_cleanup(struct vmw_winsys_screen *vws)
{
VMW_FUNC;
free(vws->ioctl.cap_3d);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment