GNOME Bugzilla – Bug 751009
JNI: JawTable G_OBJECT(jaw_impl) could be null
Last modified: 2015-06-15 17:36:04 UTC
Before referencing G_OBJECT(jaw_impl) in jaw_table_ref_at it would be best to check that it is not null.
Created attachment 305332 [details] [review] patch to fix bug