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)
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.


No differences found