From: Vinson Lee Date: Mon, 19 Apr 2010 05:45:18 +0000 (-0700) Subject: auxiliary: Initialize variable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa5be94139ed4fd065c15b3691ef6235026a10e2;p=mesa.git auxiliary: Initialize variable. --- diff --git a/src/gallium/auxiliary/util/u_surfaces.c b/src/gallium/auxiliary/util/u_surfaces.c index ddfc7a9d28c..39cb4e15da9 100644 --- a/src/gallium/auxiliary/util/u_surfaces.c +++ b/src/gallium/auxiliary/util/u_surfaces.c @@ -22,7 +22,7 @@ struct pipe_surface * util_surfaces_do_get(struct util_surfaces *us, unsigned surface_struct_size, struct pipe_screen *pscreen, struct pipe_resource *pt, unsigned face, unsigned level, unsigned zslice, unsigned flags) { struct pipe_surface *ps; - void *key; + void *key = NULL; if(pt->target == PIPE_TEXTURE_3D || pt->target == PIPE_TEXTURE_CUBE) { /* or 2D array */