mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
Fix freeing unregistered mem when build when running without X
This commit is contained in:
parent
4c241bbf16
commit
4ec308ef12
@ -8006,7 +8006,6 @@ static void load_config_file(const char *f)
|
||||
} else {
|
||||
output_methods &= ~TO_X;
|
||||
x_initialised = NEVER;
|
||||
free(fonts); //in set_default_configurations a font is set but not loaded
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user