1
0
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:
Nikolas Garofil 2009-07-15 23:55:22 +02:00
parent 4c241bbf16
commit 4ec308ef12

View File

@ -8006,7 +8006,6 @@ static void load_config_file(const char *f)
} else { } else {
output_methods &= ~TO_X; output_methods &= ~TO_X;
x_initialised = NEVER; x_initialised = NEVER;
free(fonts); //in set_default_configurations a font is set but not loaded
} }
} }
} }