aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-21 02:24:19 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-21 02:24:19 -0400
commita2a10300342a4d10fd584494f603becabdf45100 (patch)
treec22d42518d0062b49d72eded885162f6913bc55a
parent415a4daefcb8d03e543789db7dbcd30b47771142 (diff)
downloadrunes-a2a10300342a4d10fd584494f603becabdf45100.tar.gz
runes-a2a10300342a4d10fd584494f603becabdf45100.zip
one more leak
-rw-r--r--src/display.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/display.c b/src/display.c
index f4471e2..8a62f42 100644
--- a/src/display.c
+++ b/src/display.c
@@ -457,6 +457,7 @@ void runes_display_cleanup(RunesTerm *t)
cairo_pattern_destroy(t->fgdefault);
cairo_pattern_destroy(t->bgdefault);
cairo_pattern_destroy(t->cursorcolor);
+ cairo_pattern_destroy(t->mousecursorcolor);
cairo_destroy(t->cr);
}