commit | a95ec18549b677b5e9912ca9e2c92df5cfef3b4e | [log] [tgz] |
---|---|---|
author | Adam Jackson <ajax@redhat.com> | Wed May 25 06:11:20 2011 -0400 |
committer | Adam Jackson <ajax@redhat.com> | Wed May 25 06:19:29 2011 -0400 |
tree | 236db9e4bcd7fe2c8b83d13ad69addf2e9b89d12 | |
parent | c44dad559af88c40bb8e626fe293319966d14394 [diff] |
glx: Don't refer to the request buffer outside of {L,Unl}ockDisplay ... because that's not a safe thing to do. The request buffer is shared storage among all threads, and after UnlockDisplay the 'req' pointer may point into someone else's request. NOTE: This is a candidate for the 7.10 branch. Signed-off-by: Adam Jackson <ajax@redhat.com>