diff options
| -rw-r--r-- | src/gallium/state_trackers/wgl/shared/stw_context.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/gallium/state_trackers/wgl/shared/stw_context.c b/src/gallium/state_trackers/wgl/shared/stw_context.c index b61f74f69b..dd97e48b14 100644 --- a/src/gallium/state_trackers/wgl/shared/stw_context.c +++ b/src/gallium/state_trackers/wgl/shared/stw_context.c @@ -348,7 +348,7 @@ stw_make_current(     struct stw_framebuffer *fb;     GLuint width = 0;     GLuint height = 0; -   struct stw_context *curctx; +   struct stw_context *curctx = NULL;     if (!stw_dev)        return FALSE; | 
