Merge branch 'fix-i3bar-colors'

This commit is contained in:
Michael Stapelberg 2014-07-02 19:02:31 +02:00
commit 04d292375d
1 changed files with 1 additions and 2 deletions

View File

@ -248,8 +248,7 @@ void parse_config_json(char *json) {
void free_colors(struct xcb_color_strings_t *colors) {
#define FREE_COLOR(x) \
do { \
if (colors->x) \
free(colors->x); \
FREE(colors->x); \
} while (0)
FREE_COLOR(bar_fg);
FREE_COLOR(bar_bg);