]> Pileus Git - grits/commit
Move threading out of tile update/gc functions
authorAndy Spencer <andy753421@gmail.com>
Thu, 27 Dec 2012 08:45:40 +0000 (08:45 +0000)
committerAndy Spencer <andy753421@gmail.com>
Thu, 27 Dec 2012 08:45:40 +0000 (08:45 +0000)
commitc07abad157dd10d3f8cc229b2f616c3a33f6c900
tree54f901ce48eb067b792e5b21b66ebf75c0a4c782
parent2f0edbabb90eb0c421419433e8893521257bc614
Move threading out of tile update/gc functions

This prevents all sorts of race conditions when unloading plugins.

I hope.
src/grits-opengl.c
src/objects/grits-tile.c
src/plugins/elev.c
src/plugins/map.c
src/plugins/sat.c