mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
cursor: free theme->name too
Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
This commit is contained in:
parent
c0218227fe
commit
7d96da1e65
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue