stw: fix potential uninitialized use of curctx

This commit is contained in:
Keith Whitwell
2009-05-06 20:41:17 +01:00
parent 26ffd44586
commit 48c7aa2648
@@ -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;