diff --git a/cursor/wayland-cursor.c b/cursor/wayland-cursor.c index 3dadbdde..e41b00f5 100644 --- a/cursor/wayland-cursor.c +++ b/cursor/wayland-cursor.c @@ -413,6 +413,7 @@ wl_cursor_theme_destroy(struct wl_cursor_theme *theme) shm_pool_destroy(theme->pool); + free(theme->name); free(theme->cursors); free(theme); }