]> git.cworth.org Git - fips/commitdiff
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)
This could lead to all kinds of problems since the OpenGL call should
be long-gone by the time of atexit.


No differences found