diff options
-rw-r--r-- | text.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -209,6 +209,7 @@ void draw(struct State * state, union Command * body) int height; pango_layout_get_pixel_size(layout, NULL, &height); y += height + MARGIN; + g_object_unref(layout); break; case COMMAND_NOTHING: default: |