Skip to content

adw-carousel: Fix a possible use-after-free under animate_child_resize()

Milan Crha requested to merge wip/adw-carousel-crash into main

The could happen a use-after-free crash when removing a carousel child, which is still animating.

Closes #453 (closed)

Merge request reports