projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f23d01e
)
dri: Initialize variable in driBindContext.
author
Vinson Lee
<vlee@vmware.com>
Tue, 15 Dec 2009 21:04:25 +0000
(13:04 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 15 Dec 2009 21:04:25 +0000
(13:04 -0800)
src/mesa/drivers/dri/common/dri_util.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/common/dri_util.c
b/src/mesa/drivers/dri/common/dri_util.c
index da81ec9de510ece000cca5f5f003ac9590122ce1..547f18a009e324a0a8702bff709d7877e90b801d 100644
(file)
--- a/
src/mesa/drivers/dri/common/dri_util.c
+++ b/
src/mesa/drivers/dri/common/dri_util.c
@@
-167,7
+167,7
@@
static int driBindContext(__DRIcontext *pcp,
__DRIdrawable *pdp,
__DRIdrawable *prp)
{
- __DRIscreenPrivate *psp;
+ __DRIscreenPrivate *psp
= NULL
;
/* Bind the drawable to the context */