Skip to content

Commit

Permalink
free undecorated border colors
Browse files Browse the repository at this point in the history
  • Loading branch information
danakj committed Oct 16, 2011
1 parent fadf435 commit 808bb02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions obrender/theme.c
Expand Up @@ -1612,7 +1612,9 @@ void RrThemeFree(RrTheme *theme)
RrColorFree(theme->menu_border_color);
RrColorFree(theme->osd_border_color);
RrColorFree(theme->frame_focused_border_color);
RrColorFree(theme->frame_undecorated_focused_border_color);
RrColorFree(theme->frame_unfocused_border_color);
RrColorFree(theme->frame_undecorated_unfocused_border_color);
RrColorFree(theme->title_separator_focused_color);
RrColorFree(theme->title_separator_unfocused_color);
RrColorFree(theme->cb_unfocused_color);
Expand Down

0 comments on commit 808bb02

Please sign in to comment.