1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-27 00:58:36 +00:00

Fix memleak when build with X11 but turned off in config

This commit is contained in:
Nikolas Garofil 2009-07-12 14:52:58 +02:00
parent dc4087fcff
commit f6472cbbb5

View File

@ -8045,6 +8045,7 @@ 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
}
}
}