mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
svga: Fix memory leak in vmw_screen_ioctl.c
This commit is contained in:
parent
88aab56a26
commit
b62a74d3b9
1 changed files with 1 additions and 0 deletions
|
|
@ -331,6 +331,7 @@ vmw_ioctl_region_create(struct vmw_winsys_screen *vws, uint32_t size)
|
|||
return region;
|
||||
|
||||
out_err1:
|
||||
FREE(region);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue