BR: Use after free in ComboBox/Slider

In both ComboBox and Slider, the bailout checker is called after calling the listeners, but not checked after calling the onChange lambda. Then the accessibility handler on a deleted object is accessed, which causes a crash. Fix here:

Thanks, that’s added here:

1 Like