summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2009-10-23 16:07:28 -0400
committerThomas Thurman <tthurman@gnome.org>2009-10-23 16:07:28 -0400
commit765c2ae32421bbcc9afb6b6839022863292d0b21 (patch)
treef8b9345e28b96fd50ca971c83ee9f542636322ab
parent505c7d164f241abe3aa9c45bc551e35c804d2a4f (diff)
downloadmetacity-765c2ae32421bbcc9afb6b6839022863292d0b21.tar.gz
forgot to destroy a style
-rw-r--r--src/ui/theme.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 4045f09d..6df8b9f3 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -418,6 +418,8 @@ meta_theme_draw_frame_with_style (MetaTheme *theme,
fgeom.areas[i].y,
fgeom.areas[i].width,
fgeom.areas[i].height);
+
+ ccss_style_destroy (style);
}
/* may be worth moving this inline? */