missing theme->
This commit is contained in:
parent
ad3336f70d
commit
7dd5fa0a7e
1 changed files with 2 additions and 2 deletions
|
@ -1220,8 +1220,8 @@ void RrThemeFree(RrTheme *theme)
|
|||
RrColorFree(theme->menu_border_color);
|
||||
RrColorFree(theme->frame_focused_border_color);
|
||||
RrColorFree(theme->frame_unfocused_border_color);
|
||||
RrColorFree(title_separator_focused_color);
|
||||
RrColorFree(title_separator_unfocused_color);
|
||||
RrColorFree(theme->title_separator_focused_color);
|
||||
RrColorFree(theme->title_separator_unfocused_color);
|
||||
RrColorFree(theme->cb_unfocused_color);
|
||||
RrColorFree(theme->cb_focused_color);
|
||||
RrColorFree(theme->title_focused_color);
|
||||
|
|
Loading…
Reference in a new issue