[metacity/cowbell] forgot to destroy a style



commit 765c2ae32421bbcc9afb6b6839022863292d0b21
Author: Thomas Thurman <tthurman gnome org>
Date:   Fri Oct 23 16:07:28 2009 -0400

    forgot to destroy a style

 src/ui/theme.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 4045f09..6df8b9f 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? */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]