]> Pileus Git - grits/commit
More reference counting updates
authorAndy Spencer <andy753421@gmail.com>
Wed, 26 Dec 2012 23:39:12 +0000 (23:39 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 26 Dec 2012 23:39:12 +0000 (23:39 +0000)
commit618983b0bfdc9af2d6dc368570a1911b892b5166
treeb9e86884eb8bd418f841ac13e099581d1507e7fd
parentfca66641b8505a51767d0c249194f25da0823716
More reference counting updates

The viewer now adds it's own references and doesn't take references from
the caller. In almost all cases the caller needs to keep it's reference
so that it can remove the object when the plugin is unloaded.
src/grits-opengl.c
src/grits-plugin.c
src/grits-viewer.c
src/objects/grits-callback.c
src/plugins/elev.c
src/plugins/env.c
src/plugins/map.c
src/plugins/sat.c
src/plugins/test.c