diff options
Diffstat (limited to 'src/ui/theme.c')
-rw-r--r-- | 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 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? */ |