From 1db97de770f44c3e4a1b3e373d2e639f16288498 Mon Sep 17 00:00:00 2001 From: Sam Spilsbury Date: Thu, 17 Feb 2011 12:11:04 +0800 Subject: Add frames refcounting system --- gtk/window-decorator/switcher.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/window-decorator/switcher.c') diff --git a/gtk/window-decorator/switcher.c b/gtk/window-decorator/switcher.c index 47a4a91..102678d 100644 --- a/gtk/window-decorator/switcher.c +++ b/gtk/window-decorator/switcher.c @@ -264,6 +264,7 @@ draw_switcher_decoration (decor_t *d) void switcher_window_closed () { + gwd_decor_frame_unref (switcher_window->frame); g_free (switcher_window); switcher_window = NULL; } -- cgit v1.1