window.c: Free cursor theme name once we're done with it
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 9 Oct 2013 20:02:04 +0000 (13:02 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 10 Oct 2013 23:50:18 +0000 (16:50 -0700)
clients/window.c

index 5b20da5..c49e365 100644 (file)
@@ -1321,6 +1321,7 @@ create_cursors(struct display *display)
        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]);