Ensure parent's finalize method is always called
Moved G_OBJECT_CLASS(jaw_object_parent_class)->finalize(gobject)
outside of conditional block to ensure that the parent's finalize method is always called, regardless of the state of jaw_obj->state_set.