mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 16:30:10 +01:00
svga: init pointer to NULL to silence MSVC warning
This commit is contained in:
parent
ea76f03310
commit
fe68af6e0d
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ svga_screen_cache_shrink(struct svga_screen *svgascreen,
|
|||
{
|
||||
struct svga_host_surface_cache *cache = &svgascreen->cache;
|
||||
struct svga_winsys_screen *sws = svgascreen->sws;
|
||||
struct svga_host_surface_cache_entry *entry, *next_entry;
|
||||
struct svga_host_surface_cache_entry *entry = NULL, *next_entry;
|
||||
|
||||
/* Walk over the list of unused buffers in reverse order: from oldest
|
||||
* to newest.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue