window.c: Free cursor theme name once we're done with it
diff --git a/clients/window.c b/clients/window.c
index 5b20da5..c49e365 100644
--- a/clients/window.c
+++ b/clients/window.c
@@ -1321,6 +1321,7 @@
 	weston_config_destroy(config);
 
 	display->cursor_theme = wl_cursor_theme_load(theme, size, display->shm);
+	free(theme);
 	display->cursors =
 		xmalloc(ARRAY_LENGTH(cursors) * sizeof display->cursors[0]);