In _mesa_make_current(), don't unbind FBOs from the old context.
authorBrian <brian.paul@tungstengraphics.com>
Tue, 11 Sep 2007 16:56:35 +0000 (10:56 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Tue, 11 Sep 2007 16:59:59 +0000 (10:59 -0600)
commita614877592e8526d997242ce336fb455dd3f5bdb
tree1bfbf666eb80bec97eef5233998e58732a14f149
parent995e01a6bcfe280149a2a076b5ea66ee94d0721c
In _mesa_make_current(), don't unbind FBOs from the old context.

This fixes the X server crash reported by KeithP on Aug 29.
The old context's FBOs will be unreferenced during context destruction so
there's no memleak with this change.
src/mesa/main/context.c