cursor: free theme->name too

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
This commit is contained in:
U. Artie Eoff 2014-01-10 13:49:44 -08:00 committed by Kristian Høgsberg
parent c0218227fe
commit 7d96da1e65

View file

@ -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);
}