Skip to content

Fix double-free in the rotation.c example.

Created by: tobiasblass

The wl_display_destroy function already destroys the backend's renderer. Freeing it by hand causes a segmentation fault.

Merge request reports