]> git.cworth.org Git - fips/commit
metrics: Fix to not try to call into OpenGL at atexit time.
authorCarl Worth <cworth@cworth.org>
Thu, 31 Oct 2013 23:15:05 +0000 (16:15 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 31 Oct 2013 23:26:11 +0000 (16:26 -0700)
commit578755112a99655fdce6ed4ae924d82a31c26abb
tree14e06466ac4de54b1c1da30a06bb6bd7f5fcfd35
parent402fa1d53531bd911eaacddca109d5d551ac7c2d
metrics: Fix to not try to call into OpenGL at atexit time.

This could lead to all kinds of problems since the OpenGL call should
be long-gone by the time of atexit.
metrics.c