projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de7277f
)
sct: fix bug in remove_context_from_surface
author
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 1 May 2008 17:48:28 +0000
(18:48 +0100)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 1 May 2008 19:49:44 +0000
(20:49 +0100)
src/gallium/auxiliary/sct/sct.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/sct/sct.c
b/src/gallium/auxiliary/sct/sct.c
index 97ee5882a16e0bb3214726882aea7e737478826a..5e4126e014df93538a673cad29666b8fc1fdb134 100644
(file)
--- a/
src/gallium/auxiliary/sct/sct.c
+++ b/
src/gallium/auxiliary/sct/sct.c
@@
-209,6
+209,7
@@
remove_context_from_surface(struct sct_surface *si,
}
else {
prev = curr;
+ next = curr->next;
}
}
}