Identified two more entry points
authorPhilip Chimento <philip.chimento@gmail.com>
Wed, 1 Feb 2012 21:06:05 +0000 (22:06 +0100)
committerPhilip Chimento <philip.chimento@gmail.com>
Wed, 1 Feb 2012 21:06:05 +0000 (22:06 +0100)
commite4d3baf4827ea534f2715ae69d29b015a8768b6b
tree6bd4ff3090a970aa1cba3b5e9fee788182fbeaed
parent3f6125ead6dc379f08f38419b5da97555330816f
Identified two more entry points

This fixes an obscure bug! If you create your ChimaraGlk object
not with chimara_glk_new() but with g_object_new(), then the library
init function was not called. That caused a crash when trying to
access the thread-private data.
libchimara/chimara-glk.c
libchimara/chimara-if.c