GNOME Bugzilla – Bug 793620
Fix iterating hash table in jaw_impl_finalize
Last modified: 2019-05-01 22:18:59 UTC
Created attachment 368590 [details] [review] proposed fix 236b9dda9b44 ('JNI: fix crash on java applications') turned jaw_impl_finalize's iter into a pointer, passed as such to g_hash_table_iter_init. But that is not how that API works, the original code was correct. The attached patch restores the original correct behavoir, avoiding warnings on jaw_obj finalizations.
Fixed by a41a4cafced4b4da39fd32a3bbdb7190b65ace9c ("Fix iterating hash table in jaw_impl_finalize")