wgl: Go into dormant state when DLL is unloaded unclealy.
authorJosé Fonseca <jfonseca@vmware.com>
Fri, 12 Feb 2010 13:59:16 +0000 (13:59 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 12 Feb 2010 23:38:19 +0000 (23:38 +0000)
commita80d988144efad54e7a99920f8681e28243e9e9a
treeb22465e4f85418c2fe2deed1bdb843e63b607a77
parent57617c8eba7093be3da9d818389ef5f18246e4ca
wgl: Go into dormant state when DLL is unloaded unclealy.

When our DLL is unloaded, even if we leave the data structures in memory
for sake of future calls, the MS CRT will destroy the heap. Instead we
make all calls no-ops by setting stw_dev to NULL.
src/gallium/state_trackers/wgl/stw_device.c